Shades of Yellow #FAFA02
Tints of Yellow #FAFA02
RGB
CMYK
RGB Variations
Color information
#FAFA02 (or 0xFAFA02) is known color: Yellow. HEX triplet: FA, FA and 02. RGB value is (250,250,2). Sum of RGB (Red+Green+Blue) = 250+250+2=502 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.80% from 502); Green value is 250 (98.05% from 255 or 49.80% from 502); Blue value is 2 (1.17% from 255 or 0.40% from 502); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFA02 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAFA02 is #0505FD. Grayscale: #DEDEDE. Windows color (decimal): -329214 or 195322. OLE color: 195322.
HSL color Cylindrical-coordinate representation of color #FAFA02: hue angle of 60º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FAFA02 is Cyan = 0, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 250 | 2 | - |
| CMYK | 0 | 0 | 0.99 | 0.02 |
| HSL | 60º | 0.98% | 0.49% | - |
| HSV(B) | 60º | 0.99% | 0.98% | - |
| XYZ | 73.62 | 88.7 | 13.3 | - |
| YUV | 221.73 | 4 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 250 | 2 | 0 | 0 | 0.99 | 0.02 | 60 | 0.98 | 0.49 |
| Hex | FA | FA | 2 | 0 | 0 | 63 | 2 | 3C | 62 | 31 |
| Octal | 372 | 372 | 2 | 0 | 0 | 143 | 2 | 74 | 142 | 61 |
| Binary | 11111010 | 11111010 | 10 | 0 | 0 | 1100011 | 10 | 111100 | 1100010 | 110001 |
Color Harmonies of #FAFA02
Complementary color
Monochromatic Colors of #FAFA02
Black with #FAFA02
Text Example
Text Example
White with #FAFA02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFA02; }
p { color: rgb(250,250,2); }
H1.HeaderClassName
{
color: #FAFA02;
}
.AnyTagClassName
{
color: #FAFA02;
}
</style>
background-color css
<style>
a { background-color: #FAFA02; }
a { background-color: rgb(250,250,2); }
div.DivClassName
{
background-color: #FAFA02;
}
.BgClassName
{
background-color: #FAFA02;
}
</style>
border-color css
<style>
span { border-color: #FAFA02; }
span { border-color: rgb(250,250,2); }
td.TdClassName
{
border-color: #FAFA02;
}
.TagClassName
{
border-color: #FAFA02;
}
</style>