Shades of Yellow #FAF406
Tints of Yellow #FAF406
RGB
CMYK
RGB Variations
Color information
#FAF406 (or 0xFAF406) is known color: Yellow. HEX triplet: FA, F4 and 06. RGB value is (250,244,6). Sum of RGB (Red+Green+Blue) = 250+244+6=500 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50% from 500); Green value is 244 (95.70% from 255 or 48.8% from 500); Blue value is 6 (2.73% from 255 or 1.2% from 500); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF406 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAF406 is #050BF9. Grayscale: #DBDBDB. Windows color (decimal): -330746 or 455930. OLE color: 455930.
HSL color Cylindrical-coordinate representation of color #FAF406: 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.98%. Process color model (Four color, CMYK) of #FAF406 is Cyan = 0, Magento = 0.02, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 244 | 6 | - |
| CMYK | 0 | 0.02 | 0.98 | 0.02 |
| HSL | 58.52º | 0.96% | 0.5% | - |
| HSV(B) | 58.52º | 0.98% | 0.98% | - |
| XYZ | 71.81 | 85.04 | 12.8 | - |
| YUV | 218.66 | 7.99 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 244 | 6 | 0 | 0.02 | 0.98 | 0.02 | 58.52 | 0.96 | 0.5 |
| Hex | FA | F4 | 6 | 0 | 2 | 62 | 2 | 3B | 60 | 32 |
| Octal | 372 | 364 | 6 | 0 | 2 | 142 | 2 | 73 | 140 | 62 |
| Binary | 11111010 | 11110100 | 110 | 0 | 10 | 1100010 | 10 | 111011 | 1100000 | 110010 |
Color Harmonies of #FAF406
Complementary color
Monochromatic Colors of #FAF406
Black with #FAF406
Text Example
Text Example
White with #FAF406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF406; }
p { color: rgb(250,244,6); }
H1.HeaderClassName
{
color: #FAF406;
}
.AnyTagClassName
{
color: #FAF406;
}
</style>
background-color css
<style>
a { background-color: #FAF406; }
a { background-color: rgb(250,244,6); }
div.DivClassName
{
background-color: #FAF406;
}
.BgClassName
{
background-color: #FAF406;
}
</style>
border-color css
<style>
span { border-color: #FAF406; }
span { border-color: rgb(250,244,6); }
td.TdClassName
{
border-color: #FAF406;
}
.TagClassName
{
border-color: #FAF406;
}
</style>