Shades of Yellow #FCF908
Tints of Yellow #FCF908
RGB
CMYK
RGB Variations
Color information
#FCF908 (or 0xFCF908) is known color: Yellow. HEX triplet: FC, F9 and 08. RGB value is (252,249,8). Sum of RGB (Red+Green+Blue) = 252+249+8=509 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.51% from 509); Green value is 249 (97.66% from 255 or 48.92% from 509); Blue value is 8 (3.52% from 255 or 1.57% from 509); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF908 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF908 is #0306F7. Grayscale: #DFDFDF. Windows color (decimal): -198392 or 588284. OLE color: 588284.
HSL color Cylindrical-coordinate representation of color #FCF908: hue angle of 59.26º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FCF908 is Cyan = 0, Magento = 0.01, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 249 | 8 | - |
| CMYK | 0 | 0.01 | 0.97 | 0.01 |
| HSL | 59.26º | 0.98% | 0.51% | - |
| HSV(B) | 59.26º | 0.97% | 0.99% | - |
| XYZ | 74.06 | 88.46 | 13.4 | - |
| YUV | 222.42 | 6.99 | 149.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 249 | 8 | 0 | 0.01 | 0.97 | 0.01 | 59.26 | 0.98 | 0.51 |
| Hex | FC | F9 | 8 | 0 | 1 | 61 | 1 | 3B | 62 | 33 |
| Octal | 374 | 371 | 10 | 0 | 1 | 141 | 1 | 73 | 142 | 63 |
| Binary | 11111100 | 11111001 | 1000 | 0 | 1 | 1100001 | 1 | 111011 | 1100010 | 110011 |
Color Harmonies of #FCF908
Complementary color
Monochromatic Colors of #FCF908
Black with #FCF908
Text Example
Text Example
White with #FCF908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF908; }
p { color: rgb(252,249,8); }
H1.HeaderClassName
{
color: #FCF908;
}
.AnyTagClassName
{
color: #FCF908;
}
</style>
background-color css
<style>
a { background-color: #FCF908; }
a { background-color: rgb(252,249,8); }
div.DivClassName
{
background-color: #FCF908;
}
.BgClassName
{
background-color: #FCF908;
}
</style>
border-color css
<style>
span { border-color: #FCF908; }
span { border-color: rgb(252,249,8); }
td.TdClassName
{
border-color: #FCF908;
}
.TagClassName
{
border-color: #FCF908;
}
</style>