Shades of Yellow #FCF903
Tints of Yellow #FCF903
RGB
CMYK
RGB Variations
Color information
#FCF903 (or 0xFCF903) is known color: Yellow. HEX triplet: FC, F9 and 03. RGB value is (252,249,3). Sum of RGB (Red+Green+Blue) = 252+249+3=504 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50% from 504); Green value is 249 (97.66% from 255 or 49.40% from 504); Blue value is 3 (1.56% from 255 or 0.60% from 504); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF903 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF903 is #0306FC. Grayscale: #DEDEDE. Windows color (decimal): -198397 or 260604. OLE color: 260604.
HSL color Cylindrical-coordinate representation of color #FCF903: hue angle of 59.28º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FCF903 is Cyan = 0, Magento = 0.01, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 249 | 3 | - |
| CMYK | 0 | 0.01 | 0.99 | 0.01 |
| HSL | 59.28º | 0.98% | 0.5% | - |
| HSV(B) | 59.28º | 0.99% | 0.99% | - |
| XYZ | 74.04 | 88.45 | 13.26 | - |
| YUV | 221.85 | 4.49 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 249 | 3 | 0 | 0.01 | 0.99 | 0.01 | 59.28 | 0.98 | 0.5 |
| Hex | FC | F9 | 3 | 0 | 1 | 63 | 1 | 3B | 62 | 32 |
| Octal | 374 | 371 | 3 | 0 | 1 | 143 | 1 | 73 | 142 | 62 |
| Binary | 11111100 | 11111001 | 11 | 0 | 1 | 1100011 | 1 | 111011 | 1100010 | 110010 |
Color Harmonies of #FCF903
Complementary color
Monochromatic Colors of #FCF903
Black with #FCF903
Text Example
Text Example
White with #FCF903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF903; }
p { color: rgb(252,249,3); }
H1.HeaderClassName
{
color: #FCF903;
}
.AnyTagClassName
{
color: #FCF903;
}
</style>
background-color css
<style>
a { background-color: #FCF903; }
a { background-color: rgb(252,249,3); }
div.DivClassName
{
background-color: #FCF903;
}
.BgClassName
{
background-color: #FCF903;
}
</style>
border-color css
<style>
span { border-color: #FCF903; }
span { border-color: rgb(252,249,3); }
td.TdClassName
{
border-color: #FCF903;
}
.TagClassName
{
border-color: #FCF903;
}
</style>