Shades of Selective Yellow #FCB80D
Tints of Selective Yellow #FCB80D
RGB
CMYK
RGB Variations
Color information
#FCB80D (or 0xFCB80D) is known color: Selective Yellow. HEX triplet: FC, B8 and 0D. RGB value is (252,184,13). Sum of RGB (Red+Green+Blue) = 252+184+13=449 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.12% from 449); Green value is 184 (72.27% from 255 or 40.98% from 449); Blue value is 13 (5.47% from 255 or 2.90% from 449); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB80D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCB80D is #0347F2. Grayscale: #B9B9B9. Windows color (decimal): -215027 or 899324. OLE color: 899324.
HSL color Cylindrical-coordinate representation of color #FCB80D: hue angle of 42.93º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FCB80D is Cyan = 0, Magento = 0.27, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 184 | 13 | - |
| CMYK | 0 | 0.27 | 0.95 | 0.01 |
| HSL | 42.93º | 0.98% | 0.52% | - |
| HSV(B) | 42.93º | 0.95% | 0.99% | - |
| XYZ | 57.36 | 55.01 | 7.97 | - |
| YUV | 184.84 | 31.03 | 175.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 184 | 13 | 0 | 0.27 | 0.95 | 0.01 | 42.93 | 0.98 | 0.52 |
| Hex | FC | B8 | D | 0 | 1B | 5F | 1 | 2B | 62 | 34 |
| Octal | 374 | 270 | 15 | 0 | 33 | 137 | 1 | 53 | 142 | 64 |
| Binary | 11111100 | 10111000 | 1101 | 0 | 11011 | 1011111 | 1 | 101011 | 1100010 | 110100 |
Color Harmonies of #FCB80D
Complementary color
Monochromatic Colors of #FCB80D
Black with #FCB80D
Text Example
Text Example
White with #FCB80D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB80D; }
p { color: rgb(252,184,13); }
H1.HeaderClassName
{
color: #FCB80D;
}
.AnyTagClassName
{
color: #FCB80D;
}
</style>
background-color css
<style>
a { background-color: #FCB80D; }
a { background-color: rgb(252,184,13); }
div.DivClassName
{
background-color: #FCB80D;
}
.BgClassName
{
background-color: #FCB80D;
}
</style>
border-color css
<style>
span { border-color: #FCB80D; }
span { border-color: rgb(252,184,13); }
td.TdClassName
{
border-color: #FCB80D;
}
.TagClassName
{
border-color: #FCB80D;
}
</style>