Shades of Yellow #FCF90A
Tints of Yellow #FCF90A
RGB
CMYK
RGB Variations
Color information
#FCF90A (or 0xFCF90A) is known color: Yellow. HEX triplet: FC, F9 and 0A. RGB value is (252,249,10). Sum of RGB (Red+Green+Blue) = 252+249+10=511 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.32% from 511); Green value is 249 (97.66% from 255 or 48.73% from 511); Blue value is 10 (4.30% from 255 or 1.96% from 511); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF90A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF90A is #0306F5. Grayscale: #DFDFDF. Windows color (decimal): -198390 or 719356. OLE color: 719356.
HSL color Cylindrical-coordinate representation of color #FCF90A: 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.96%. Process color model (Four color, CMYK) of #FCF90A is Cyan = 0, Magento = 0.01, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 249 | 10 | - |
| CMYK | 0 | 0.01 | 0.96 | 0.01 |
| HSL | 59.26º | 0.98% | 0.51% | - |
| HSV(B) | 59.26º | 0.96% | 0.99% | - |
| XYZ | 74.08 | 88.47 | 13.46 | - |
| YUV | 222.65 | 7.99 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 249 | 10 | 0 | 0.01 | 0.96 | 0.01 | 59.26 | 0.98 | 0.51 |
| Hex | FC | F9 | A | 0 | 1 | 60 | 1 | 3B | 62 | 33 |
| Octal | 374 | 371 | 12 | 0 | 1 | 140 | 1 | 73 | 142 | 63 |
| Binary | 11111100 | 11111001 | 1010 | 0 | 1 | 1100000 | 1 | 111011 | 1100010 | 110011 |
Color Harmonies of #FCF90A
Complementary color
Monochromatic Colors of #FCF90A
Black with #FCF90A
Text Example
Text Example
White with #FCF90A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF90A; }
p { color: rgb(252,249,10); }
H1.HeaderClassName
{
color: #FCF90A;
}
.AnyTagClassName
{
color: #FCF90A;
}
</style>
background-color css
<style>
a { background-color: #FCF90A; }
a { background-color: rgb(252,249,10); }
div.DivClassName
{
background-color: #FCF90A;
}
.BgClassName
{
background-color: #FCF90A;
}
</style>
border-color css
<style>
span { border-color: #FCF90A; }
span { border-color: rgb(252,249,10); }
td.TdClassName
{
border-color: #FCF90A;
}
.TagClassName
{
border-color: #FCF90A;
}
</style>