HEX: #FBBE4F
RGB: (251,190,79)
Il colore #FBBE4F contiene principalmente il rosso. Per il #FBBE4F il colore web safe è #FFCC66 (#FC6).
Il colore FBBE4F in RGB è definito come 251,190,79
RGB: (251,190,79)
(98%, 75%, 31%)
R 251 da 255 = 98%
G 190 da 255 = 75%
B 79 da 255 = 31%
R + G + B ~ 68%. #FBBE4F colore abbastanza chiaro.
R + G + B = 251 + 190 + 79 = 520 (100%)
R 251 da 520 ~ 48.27%
G 190 da 520 ~ 36.54%
B 79 da 520 ~ 15.19'%
Il colore #FBBE4F in CMYK è definito come 0,24,69,2.
CMYK: (0,24,69,2)
C0M24Y69K2 (0%, 24%, 69%, 2%)
(0.00 / 0.24 / 0.69 / 0.02)
Il #FBBE4F nei modelli di colore popolari.
FB | BE | 4F | |
---|---|---|---|
RGB | 251 | 190 | 79 |
HSL | 39° | 95.56% | 64.71% |
HSB/HSV | 39° | 68.53% | 98.43% |
CMYK | 0.00% | 24.30% | 68.53% |
1.57% |
Il #FBBE4F nei modelli numerici popolari.
Esadicemale | FB | BE | 4F |
Decimale | 251 | 190 | 79 |
Binario | 11111011 | 10111110 | 1001111 |
Ottale | 373 | 276 | 117 |
Tonalità scure del colore #FBBE4F
Tonalità chiare del colore #FBBE4F
Esempi dei codici css e html per gli elementi di colore #FBBE4F. Utilizzate rgb(251,190,79) anche al posto del codice hex.
.myTextColor { color: #FBBE4F; }
<p style="color:#FBBE4F">This sample text font color is #FBBE4F.</p>
Il colore di questo testo è #FBBE4F.
.myBgColor { background-color: #FBBE4F; }
<div style="background-color:#FBBE4F">Inner text</div>
Questo div ha lo sfondo di colore #FBBE4F.
.myBorderColor { border: 1px solid #FBBE4F; }
<div style="border:3px solid #FBBE4F">Div</div>
Questo div ha i bordi di colore FBBE4F.
.myOpacity80 { color: #FBBE4F; opacity: 0.8; }
<p style="color:#FBBE4F;opacity:0.8;">80%</p>
Il testo di color #FBBE4F e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FBBE4F;}
<p style="text-shadow: 3px 3px 1px #FBBE4F">Text here.</p>
Questo testo ha l'ombra di colore #FBBE4F.
.textShadow {text-shadow: 3px 3px 1px #FBBE4F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FBBE4F, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #FBBE4F e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FBBE4F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FBBE4F, Direction=45, Strength=4)">Text</p>
This text has shadow with #FBBE4F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FBBE4F;
-webkit-box-shadow: 1px 1px 3px 2px #FBBE4F;
box-shadow: 1px 1px 3px 2px #FBBE4F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FBBE4F; -webkit-box-shadow: 1px 1px 3px 2px #FBBE4F; box-shadow:1px 1px 3px 2px #FBBE4F;">
Div content here
</div>
Questo e il testo di colore #FBBE4F sullo sfondo nero.
Questo e il testo di colore #FBBE4F sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #FBBE4F.
Questo è un testo bianco sullo sfondo del colore #FBBE4F.
Il colore complimentare del #hex è #0441B0..