Shades of Yellow #FAFA09
Tints of Yellow #FAFA09
RGB
CMYK
RGB Variations
Color information
#FAFA09 (or 0xFAFA09) is known color: Yellow. HEX triplet: FA, FA and 09. RGB value is (250,250,9). Sum of RGB (Red+Green+Blue) = 250+250+9=509 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.12% from 509); Green value is 250 (98.05% from 255 or 49.12% from 509); Blue value is 9 (3.91% from 255 or 1.77% from 509); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFA09 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAFA09 is #0505F6. Grayscale: #DFDFDF. Windows color (decimal): -329207 or 654074. OLE color: 654074.
HSL color Cylindrical-coordinate representation of color #FAFA09: hue angle of 60º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FAFA09 is Cyan = 0, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 250 | 9 | - |
| CMYK | 0 | 0 | 0.96 | 0.02 |
| HSL | 60º | 0.96% | 0.51% | - |
| HSV(B) | 60º | 0.96% | 0.98% | - |
| XYZ | 73.66 | 88.71 | 13.5 | - |
| YUV | 222.53 | 7.5 | 147.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 250 | 9 | 0 | 0 | 0.96 | 0.02 | 60 | 0.96 | 0.51 |
| Hex | FA | FA | 9 | 0 | 0 | 60 | 2 | 3C | 60 | 33 |
| Octal | 372 | 372 | 11 | 0 | 0 | 140 | 2 | 74 | 140 | 63 |
| Binary | 11111010 | 11111010 | 1001 | 0 | 0 | 1100000 | 10 | 111100 | 1100000 | 110011 |
Color Harmonies of #FAFA09
Complementary color
Monochromatic Colors of #FAFA09
Black with #FAFA09
Text Example
Text Example
White with #FAFA09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFA09; }
p { color: rgb(250,250,9); }
H1.HeaderClassName
{
color: #FAFA09;
}
.AnyTagClassName
{
color: #FAFA09;
}
</style>
background-color css
<style>
a { background-color: #FAFA09; }
a { background-color: rgb(250,250,9); }
div.DivClassName
{
background-color: #FAFA09;
}
.BgClassName
{
background-color: #FAFA09;
}
</style>
border-color css
<style>
span { border-color: #FAFA09; }
span { border-color: rgb(250,250,9); }
td.TdClassName
{
border-color: #FAFA09;
}
.TagClassName
{
border-color: #FAFA09;
}
</style>