Shades of Yellow #FAF707
Tints of Yellow #FAF707
RGB
CMYK
RGB Variations
Color information
#FAF707 (or 0xFAF707) is known color: Yellow. HEX triplet: FA, F7 and 07. RGB value is (250,247,7). Sum of RGB (Red+Green+Blue) = 250+247+7=504 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.60% from 504); Green value is 247 (96.88% from 255 or 49.01% from 504); Blue value is 7 (3.12% from 255 or 1.39% from 504); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF707 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAF707 is #0508F8. Grayscale: #DDDDDD. Windows color (decimal): -329977 or 522234. OLE color: 522234.
HSL color Cylindrical-coordinate representation of color #FAF707: hue angle of 59.26º 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 #FAF707 is Cyan = 0, Magento = 0.01, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 247 | 7 | - |
| CMYK | 0 | 0.01 | 0.97 | 0.02 |
| HSL | 59.26º | 0.96% | 0.5% | - |
| HSV(B) | 59.26º | 0.97% | 0.98% | - |
| XYZ | 72.72 | 86.86 | 13.13 | - |
| YUV | 220.54 | 7.49 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 247 | 7 | 0 | 0.01 | 0.97 | 0.02 | 59.26 | 0.96 | 0.5 |
| Hex | FA | F7 | 7 | 0 | 1 | 61 | 2 | 3B | 60 | 32 |
| Octal | 372 | 367 | 7 | 0 | 1 | 141 | 2 | 73 | 140 | 62 |
| Binary | 11111010 | 11110111 | 111 | 0 | 1 | 1100001 | 10 | 111011 | 1100000 | 110010 |
Color Harmonies of #FAF707
Complementary color
Monochromatic Colors of #FAF707
Black with #FAF707
Text Example
Text Example
White with #FAF707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF707; }
p { color: rgb(250,247,7); }
H1.HeaderClassName
{
color: #FAF707;
}
.AnyTagClassName
{
color: #FAF707;
}
</style>
background-color css
<style>
a { background-color: #FAF707; }
a { background-color: rgb(250,247,7); }
div.DivClassName
{
background-color: #FAF707;
}
.BgClassName
{
background-color: #FAF707;
}
</style>
border-color css
<style>
span { border-color: #FAF707; }
span { border-color: rgb(250,247,7); }
td.TdClassName
{
border-color: #FAF707;
}
.TagClassName
{
border-color: #FAF707;
}
</style>