Shades of Selective Yellow #FCB80F
Tints of Selective Yellow #FCB80F
RGB
CMYK
RGB Variations
Color information
#FCB80F (or 0xFCB80F) is known color: Selective Yellow. HEX triplet: FC, B8 and 0F. RGB value is (252,184,15). Sum of RGB (Red+Green+Blue) = 252+184+15=451 (59% of max value = 765). Red value is 252 (98.83% from 255 or 55.88% from 451); Green value is 184 (72.27% from 255 or 40.80% from 451); Blue value is 15 (6.25% from 255 or 3.33% from 451); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB80F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCB80F is #0347F0. Grayscale: #B9B9B9. Windows color (decimal): -215025 or 1030396. OLE color: 1030396.
HSL color Cylindrical-coordinate representation of color #FCB80F: hue angle of 42.78º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FCB80F is Cyan = 0, Magento = 0.27, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 184 | 15 | - |
| CMYK | 0 | 0.27 | 0.94 | 0.01 |
| HSL | 42.78º | 0.98% | 0.52% | - |
| HSV(B) | 42.78º | 0.94% | 0.99% | - |
| XYZ | 57.37 | 55.01 | 8.05 | - |
| YUV | 185.07 | 32.03 | 175.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 184 | 15 | 0 | 0.27 | 0.94 | 0.01 | 42.78 | 0.98 | 0.52 |
| Hex | FC | B8 | F | 0 | 1B | 5E | 1 | 2B | 62 | 34 |
| Octal | 374 | 270 | 17 | 0 | 33 | 136 | 1 | 53 | 142 | 64 |
| Binary | 11111100 | 10111000 | 1111 | 0 | 11011 | 1011110 | 1 | 101011 | 1100010 | 110100 |
Color Harmonies of #FCB80F
Complementary color
Monochromatic Colors of #FCB80F
Black with #FCB80F
Text Example
Text Example
White with #FCB80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB80F; }
p { color: rgb(252,184,15); }
H1.HeaderClassName
{
color: #FCB80F;
}
.AnyTagClassName
{
color: #FCB80F;
}
</style>
background-color css
<style>
a { background-color: #FCB80F; }
a { background-color: rgb(252,184,15); }
div.DivClassName
{
background-color: #FCB80F;
}
.BgClassName
{
background-color: #FCB80F;
}
</style>
border-color css
<style>
span { border-color: #FCB80F; }
span { border-color: rgb(252,184,15); }
td.TdClassName
{
border-color: #FCB80F;
}
.TagClassName
{
border-color: #FCB80F;
}
</style>