Shades of Yellow #FAF407
Tints of Yellow #FAF407
RGB
CMYK
RGB Variations
Color information
#FAF407 (or 0xFAF407) is known color: Yellow. HEX triplet: FA, F4 and 07. RGB value is (250,244,7). Sum of RGB (Red+Green+Blue) = 250+244+7=501 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.90% from 501); Green value is 244 (95.70% from 255 or 48.70% from 501); Blue value is 7 (3.12% from 255 or 1.40% from 501); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF407 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAF407 is #050BF8. Grayscale: #DBDBDB. Windows color (decimal): -330745 or 521466. OLE color: 521466.
HSL color Cylindrical-coordinate representation of color #FAF407: hue angle of 58.52º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FAF407 is Cyan = 0, Magento = 0.02, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 244 | 7 | - |
| CMYK | 0 | 0.02 | 0.97 | 0.02 |
| HSL | 58.52º | 0.96% | 0.5% | - |
| HSV(B) | 58.52º | 0.97% | 0.98% | - |
| XYZ | 71.81 | 85.04 | 12.83 | - |
| YUV | 218.78 | 8.49 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 244 | 7 | 0 | 0.02 | 0.97 | 0.02 | 58.52 | 0.96 | 0.5 |
| Hex | FA | F4 | 7 | 0 | 2 | 61 | 2 | 3B | 60 | 32 |
| Octal | 372 | 364 | 7 | 0 | 2 | 141 | 2 | 73 | 140 | 62 |
| Binary | 11111010 | 11110100 | 111 | 0 | 10 | 1100001 | 10 | 111011 | 1100000 | 110010 |
Color Harmonies of #FAF407
Complementary color
Monochromatic Colors of #FAF407
Black with #FAF407
Text Example
Text Example
White with #FAF407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF407; }
p { color: rgb(250,244,7); }
H1.HeaderClassName
{
color: #FAF407;
}
.AnyTagClassName
{
color: #FAF407;
}
</style>
background-color css
<style>
a { background-color: #FAF407; }
a { background-color: rgb(250,244,7); }
div.DivClassName
{
background-color: #FAF407;
}
.BgClassName
{
background-color: #FAF407;
}
</style>
border-color css
<style>
span { border-color: #FAF407; }
span { border-color: rgb(250,244,7); }
td.TdClassName
{
border-color: #FAF407;
}
.TagClassName
{
border-color: #FAF407;
}
</style>