Shades of Yellow #FAFA04
Tints of Yellow #FAFA04
RGB
CMYK
RGB Variations
Color information
#FAFA04 (or 0xFAFA04) is known color: Yellow. HEX triplet: FA, FA and 04. RGB value is (250,250,4). Sum of RGB (Red+Green+Blue) = 250+250+4=504 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.60% from 504); Green value is 250 (98.05% from 255 or 49.60% from 504); Blue value is 4 (1.95% from 255 or 0.79% from 504); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFA04 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAFA04 is #0505FB. Grayscale: #DEDEDE. Windows color (decimal): -329212 or 326394. OLE color: 326394.
HSL color Cylindrical-coordinate representation of color #FAFA04: hue angle of 60º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FAFA04 is Cyan = 0, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 250 | 4 | - |
| CMYK | 0 | 0 | 0.98 | 0.02 |
| HSL | 60º | 0.97% | 0.5% | - |
| HSV(B) | 60º | 0.98% | 0.98% | - |
| XYZ | 73.63 | 88.7 | 13.36 | - |
| YUV | 221.96 | 5 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 250 | 4 | 0 | 0 | 0.98 | 0.02 | 60 | 0.97 | 0.5 |
| Hex | FA | FA | 4 | 0 | 0 | 62 | 2 | 3C | 61 | 32 |
| Octal | 372 | 372 | 4 | 0 | 0 | 142 | 2 | 74 | 141 | 62 |
| Binary | 11111010 | 11111010 | 100 | 0 | 0 | 1100010 | 10 | 111100 | 1100001 | 110010 |
Color Harmonies of #FAFA04
Complementary color
Monochromatic Colors of #FAFA04
Black with #FAFA04
Text Example
Text Example
White with #FAFA04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFA04; }
p { color: rgb(250,250,4); }
H1.HeaderClassName
{
color: #FAFA04;
}
.AnyTagClassName
{
color: #FAFA04;
}
</style>
background-color css
<style>
a { background-color: #FAFA04; }
a { background-color: rgb(250,250,4); }
div.DivClassName
{
background-color: #FAFA04;
}
.BgClassName
{
background-color: #FAFA04;
}
</style>
border-color css
<style>
span { border-color: #FAFA04; }
span { border-color: rgb(250,250,4); }
td.TdClassName
{
border-color: #FAFA04;
}
.TagClassName
{
border-color: #FAFA04;
}
</style>