Shades of Yellow #FAFE04
Tints of Yellow #FAFE04
RGB
CMYK
RGB Variations
Color information
#FAFE04 (or 0xFAFE04) is known color: Yellow. HEX triplet: FA, FE and 04. RGB value is (250,254,4). Sum of RGB (Red+Green+Blue) = 250+254+4=508 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.21% from 508); Green value is 254 (99.61% from 255 or 50% from 508); Blue value is 4 (1.95% from 255 or 0.79% from 508); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFE04 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAFE04 is #0501FB. Grayscale: #E1E1E1. Windows color (decimal): -328188 or 327418. OLE color: 327418.
HSL color Cylindrical-coordinate representation of color #FAFE04: hue angle of 60.96º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FAFE04 is Cyan = 0.02, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 254 | 4 | - |
| CMYK | 0.02 | 0 | 0.98 | 0.00 |
| HSL | 60.96º | 0.99% | 0.51% | - |
| HSV(B) | 60.96º | 0.98% | 1% | - |
| XYZ | 74.89 | 91.22 | 13.77 | - |
| YUV | 224.3 | 3.67 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 254 | 4 | 0.02 | 0 | 0.98 | 0.00 | 60.96 | 0.99 | 0.51 |
| Hex | FA | FE | 4 | 2 | 0 | 62 | 0 | 3D | 63 | 33 |
| Octal | 372 | 376 | 4 | 2 | 0 | 142 | 0 | 75 | 143 | 63 |
| Binary | 11111010 | 11111110 | 100 | 10 | 0 | 1100010 | 0 | 111101 | 1100011 | 110011 |
Color Harmonies of #FAFE04
Complementary color
Monochromatic Colors of #FAFE04
Black with #FAFE04
Text Example
Text Example
White with #FAFE04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFE04; }
p { color: rgb(250,254,4); }
H1.HeaderClassName
{
color: #FAFE04;
}
.AnyTagClassName
{
color: #FAFE04;
}
</style>
background-color css
<style>
a { background-color: #FAFE04; }
a { background-color: rgb(250,254,4); }
div.DivClassName
{
background-color: #FAFE04;
}
.BgClassName
{
background-color: #FAFE04;
}
</style>
border-color css
<style>
span { border-color: #FAFE04; }
span { border-color: rgb(250,254,4); }
td.TdClassName
{
border-color: #FAFE04;
}
.TagClassName
{
border-color: #FAFE04;
}
</style>