Shades of Selective Yellow #FCB509
Tints of Selective Yellow #FCB509
RGB
CMYK
RGB Variations
Color information
#FCB509 (or 0xFCB509) is known color: Selective Yellow. HEX triplet: FC, B5 and 09. RGB value is (252,181,9). Sum of RGB (Red+Green+Blue) = 252+181+9=442 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.01% from 442); Green value is 181 (71.09% from 255 or 40.95% from 442); Blue value is 9 (3.91% from 255 or 2.04% from 442); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB509 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCB509 is #034AF6. Grayscale: #B7B7B7. Windows color (decimal): -215799 or 636412. OLE color: 636412.
HSL color Cylindrical-coordinate representation of color #FCB509: hue angle of 42.47º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FCB509 is Cyan = 0, Magento = 0.28, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 181 | 9 | - |
| CMYK | 0 | 0.28 | 0.96 | 0.01 |
| HSL | 42.47º | 0.98% | 0.51% | - |
| HSV(B) | 42.47º | 0.96% | 0.99% | - |
| XYZ | 56.72 | 53.76 | 7.65 | - |
| YUV | 182.62 | 30.02 | 177.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 181 | 9 | 0 | 0.28 | 0.96 | 0.01 | 42.47 | 0.98 | 0.51 |
| Hex | FC | B5 | 9 | 0 | 1C | 60 | 1 | 2A | 62 | 33 |
| Octal | 374 | 265 | 11 | 0 | 34 | 140 | 1 | 52 | 142 | 63 |
| Binary | 11111100 | 10110101 | 1001 | 0 | 11100 | 1100000 | 1 | 101010 | 1100010 | 110011 |
Color Harmonies of #FCB509
Complementary color
Monochromatic Colors of #FCB509
Black with #FCB509
Text Example
Text Example
White with #FCB509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB509; }
p { color: rgb(252,181,9); }
H1.HeaderClassName
{
color: #FCB509;
}
.AnyTagClassName
{
color: #FCB509;
}
</style>
background-color css
<style>
a { background-color: #FCB509; }
a { background-color: rgb(252,181,9); }
div.DivClassName
{
background-color: #FCB509;
}
.BgClassName
{
background-color: #FCB509;
}
</style>
border-color css
<style>
span { border-color: #FCB509; }
span { border-color: rgb(252,181,9); }
td.TdClassName
{
border-color: #FCB509;
}
.TagClassName
{
border-color: #FCB509;
}
</style>