Shades of Yellow #FAF607
Tints of Yellow #FAF607
RGB
CMYK
RGB Variations
Color information
#FAF607 (or 0xFAF607) is known color: Yellow. HEX triplet: FA, F6 and 07. RGB value is (250,246,7). Sum of RGB (Red+Green+Blue) = 250+246+7=503 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.70% from 503); Green value is 246 (96.48% from 255 or 48.91% from 503); Blue value is 7 (3.12% from 255 or 1.39% from 503); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF607 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAF607 is #0509F8. Grayscale: #DCDCDC. Windows color (decimal): -330233 or 521978. OLE color: 521978.
HSL color Cylindrical-coordinate representation of color #FAF607: hue angle of 59.01º 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 #FAF607 is Cyan = 0, Magento = 0.02, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 246 | 7 | - |
| CMYK | 0 | 0.02 | 0.97 | 0.02 |
| HSL | 59.01º | 0.96% | 0.5% | - |
| HSV(B) | 59.01º | 0.97% | 0.98% | - |
| XYZ | 72.42 | 86.25 | 13.03 | - |
| YUV | 219.95 | 7.83 | 149.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 246 | 7 | 0 | 0.02 | 0.97 | 0.02 | 59.01 | 0.96 | 0.5 |
| Hex | FA | F6 | 7 | 0 | 2 | 61 | 2 | 3B | 60 | 32 |
| Octal | 372 | 366 | 7 | 0 | 2 | 141 | 2 | 73 | 140 | 62 |
| Binary | 11111010 | 11110110 | 111 | 0 | 10 | 1100001 | 10 | 111011 | 1100000 | 110010 |
Color Harmonies of #FAF607
Complementary color
Monochromatic Colors of #FAF607
Black with #FAF607
Text Example
Text Example
White with #FAF607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF607; }
p { color: rgb(250,246,7); }
H1.HeaderClassName
{
color: #FAF607;
}
.AnyTagClassName
{
color: #FAF607;
}
</style>
background-color css
<style>
a { background-color: #FAF607; }
a { background-color: rgb(250,246,7); }
div.DivClassName
{
background-color: #FAF607;
}
.BgClassName
{
background-color: #FAF607;
}
</style>
border-color css
<style>
span { border-color: #FAF607; }
span { border-color: rgb(250,246,7); }
td.TdClassName
{
border-color: #FAF607;
}
.TagClassName
{
border-color: #FAF607;
}
</style>