Shades of Yellow #FAF706
Tints of Yellow #FAF706
RGB
CMYK
RGB Variations
Color information
#FAF706 (or 0xFAF706) is known color: Yellow. HEX triplet: FA, F7 and 06. RGB value is (250,247,6). Sum of RGB (Red+Green+Blue) = 250+247+6=503 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.70% from 503); Green value is 247 (96.88% from 255 or 49.11% from 503); Blue value is 6 (2.73% from 255 or 1.19% from 503); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF706 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAF706 is #0508F9. Grayscale: #DDDDDD. Windows color (decimal): -329978 or 456698. OLE color: 456698.
HSL color Cylindrical-coordinate representation of color #FAF706: 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.98%. Process color model (Four color, CMYK) of #FAF706 is Cyan = 0, Magento = 0.01, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 247 | 6 | - |
| CMYK | 0 | 0.01 | 0.98 | 0.02 |
| HSL | 59.26º | 0.96% | 0.5% | - |
| HSV(B) | 59.26º | 0.98% | 0.98% | - |
| XYZ | 72.72 | 86.86 | 13.11 | - |
| YUV | 220.42 | 6.99 | 149.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 247 | 6 | 0 | 0.01 | 0.98 | 0.02 | 59.26 | 0.96 | 0.5 |
| Hex | FA | F7 | 6 | 0 | 1 | 62 | 2 | 3B | 60 | 32 |
| Octal | 372 | 367 | 6 | 0 | 1 | 142 | 2 | 73 | 140 | 62 |
| Binary | 11111010 | 11110111 | 110 | 0 | 1 | 1100010 | 10 | 111011 | 1100000 | 110010 |
Color Harmonies of #FAF706
Complementary color
Monochromatic Colors of #FAF706
Black with #FAF706
Text Example
Text Example
White with #FAF706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF706; }
p { color: rgb(250,247,6); }
H1.HeaderClassName
{
color: #FAF706;
}
.AnyTagClassName
{
color: #FAF706;
}
</style>
background-color css
<style>
a { background-color: #FAF706; }
a { background-color: rgb(250,247,6); }
div.DivClassName
{
background-color: #FAF706;
}
.BgClassName
{
background-color: #FAF706;
}
</style>
border-color css
<style>
span { border-color: #FAF706; }
span { border-color: rgb(250,247,6); }
td.TdClassName
{
border-color: #FAF706;
}
.TagClassName
{
border-color: #FAF706;
}
</style>