Shades of Yellow #FAF507
Tints of Yellow #FAF507
RGB
CMYK
RGB Variations
Color information
#FAF507 (or 0xFAF507) is known color: Yellow. HEX triplet: FA, F5 and 07. RGB value is (250,245,7). Sum of RGB (Red+Green+Blue) = 250+245+7=502 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.80% from 502); Green value is 245 (96.09% from 255 or 48.80% from 502); Blue value is 7 (3.12% from 255 or 1.39% from 502); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF507 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAF507 is #050AF8. Grayscale: #DCDCDC. Windows color (decimal): -330489 or 521722. OLE color: 521722.
HSL color Cylindrical-coordinate representation of color #FAF507: hue angle of 58.77º 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 #FAF507 is Cyan = 0, Magento = 0.02, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 245 | 7 | - |
| CMYK | 0 | 0.02 | 0.97 | 0.02 |
| HSL | 58.77º | 0.96% | 0.5% | - |
| HSV(B) | 58.77º | 0.97% | 0.98% | - |
| XYZ | 72.12 | 85.64 | 12.93 | - |
| YUV | 219.36 | 8.16 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 245 | 7 | 0 | 0.02 | 0.97 | 0.02 | 58.77 | 0.96 | 0.5 |
| Hex | FA | F5 | 7 | 0 | 2 | 61 | 2 | 3B | 60 | 32 |
| Octal | 372 | 365 | 7 | 0 | 2 | 141 | 2 | 73 | 140 | 62 |
| Binary | 11111010 | 11110101 | 111 | 0 | 10 | 1100001 | 10 | 111011 | 1100000 | 110010 |
Color Harmonies of #FAF507
Complementary color
Monochromatic Colors of #FAF507
Black with #FAF507
Text Example
Text Example
White with #FAF507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF507; }
p { color: rgb(250,245,7); }
H1.HeaderClassName
{
color: #FAF507;
}
.AnyTagClassName
{
color: #FAF507;
}
</style>
background-color css
<style>
a { background-color: #FAF507; }
a { background-color: rgb(250,245,7); }
div.DivClassName
{
background-color: #FAF507;
}
.BgClassName
{
background-color: #FAF507;
}
</style>
border-color css
<style>
span { border-color: #FAF507; }
span { border-color: rgb(250,245,7); }
td.TdClassName
{
border-color: #FAF507;
}
.TagClassName
{
border-color: #FAF507;
}
</style>