Shades of Selective Yellow #FCB80E
Tints of Selective Yellow #FCB80E
RGB
CMYK
RGB Variations
Color information
#FCB80E (or 0xFCB80E) is known color: Selective Yellow. HEX triplet: FC, B8 and 0E. RGB value is (252,184,14). Sum of RGB (Red+Green+Blue) = 252+184+14=450 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56% from 450); Green value is 184 (72.27% from 255 or 40.89% from 450); Blue value is 14 (5.86% from 255 or 3.11% from 450); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB80E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCB80E is #0347F1. Grayscale: #B9B9B9. Windows color (decimal): -215026 or 964860. OLE color: 964860.
HSL color Cylindrical-coordinate representation of color #FCB80E: hue angle of 42.86º 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 #FCB80E is Cyan = 0, Magento = 0.27, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 184 | 14 | - |
| CMYK | 0 | 0.27 | 0.94 | 0.01 |
| HSL | 42.86º | 0.98% | 0.52% | - |
| HSV(B) | 42.86º | 0.94% | 0.99% | - |
| XYZ | 57.36 | 55.01 | 8.01 | - |
| YUV | 184.95 | 31.53 | 175.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 184 | 14 | 0 | 0.27 | 0.94 | 0.01 | 42.86 | 0.98 | 0.52 |
| Hex | FC | B8 | E | 0 | 1B | 5E | 1 | 2B | 62 | 34 |
| Octal | 374 | 270 | 16 | 0 | 33 | 136 | 1 | 53 | 142 | 64 |
| Binary | 11111100 | 10111000 | 1110 | 0 | 11011 | 1011110 | 1 | 101011 | 1100010 | 110100 |
Color Harmonies of #FCB80E
Complementary color
Monochromatic Colors of #FCB80E
Black with #FCB80E
Text Example
Text Example
White with #FCB80E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB80E; }
p { color: rgb(252,184,14); }
H1.HeaderClassName
{
color: #FCB80E;
}
.AnyTagClassName
{
color: #FCB80E;
}
</style>
background-color css
<style>
a { background-color: #FCB80E; }
a { background-color: rgb(252,184,14); }
div.DivClassName
{
background-color: #FCB80E;
}
.BgClassName
{
background-color: #FCB80E;
}
</style>
border-color css
<style>
span { border-color: #FCB80E; }
span { border-color: rgb(252,184,14); }
td.TdClassName
{
border-color: #FCB80E;
}
.TagClassName
{
border-color: #FCB80E;
}
</style>