Shades of Yellow #FCF405
Tints of Yellow #FCF405
RGB
CMYK
RGB Variations
Color information
#FCF405 (or 0xFCF405) is known color: Yellow. HEX triplet: FC, F4 and 05. RGB value is (252,244,5). Sum of RGB (Red+Green+Blue) = 252+244+5=501 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.30% from 501); Green value is 244 (95.70% from 255 or 48.70% from 501); Blue value is 5 (2.34% from 255 or 1.00% from 501); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF405 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF405 is #030BFA. Grayscale: #DCDCDC. Windows color (decimal): -199675 or 390396. OLE color: 390396.
HSL color Cylindrical-coordinate representation of color #FCF405: hue angle of 58.06º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FCF405 is Cyan = 0, Magento = 0.03, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 244 | 5 | - |
| CMYK | 0 | 0.03 | 0.98 | 0.01 |
| HSL | 58.06º | 0.98% | 0.5% | - |
| HSV(B) | 58.06º | 0.98% | 0.99% | - |
| XYZ | 72.52 | 85.41 | 12.81 | - |
| YUV | 219.15 | 7.15 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 244 | 5 | 0 | 0.03 | 0.98 | 0.01 | 58.06 | 0.98 | 0.5 |
| Hex | FC | F4 | 5 | 0 | 3 | 62 | 1 | 3A | 62 | 32 |
| Octal | 374 | 364 | 5 | 0 | 3 | 142 | 1 | 72 | 142 | 62 |
| Binary | 11111100 | 11110100 | 101 | 0 | 11 | 1100010 | 1 | 111010 | 1100010 | 110010 |
Color Harmonies of #FCF405
Complementary color
Monochromatic Colors of #FCF405
Black with #FCF405
Text Example
Text Example
White with #FCF405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF405; }
p { color: rgb(252,244,5); }
H1.HeaderClassName
{
color: #FCF405;
}
.AnyTagClassName
{
color: #FCF405;
}
</style>
background-color css
<style>
a { background-color: #FCF405; }
a { background-color: rgb(252,244,5); }
div.DivClassName
{
background-color: #FCF405;
}
.BgClassName
{
background-color: #FCF405;
}
</style>
border-color css
<style>
span { border-color: #FCF405; }
span { border-color: rgb(252,244,5); }
td.TdClassName
{
border-color: #FCF405;
}
.TagClassName
{
border-color: #FCF405;
}
</style>