Shades of Yellow #FAF400
Tints of Yellow #FAF400
RGB
CMYK
RGB Variations
Color information
#FAF400 (or 0xFAF400) is known color: Yellow. HEX triplet: FA, F4 and 00. RGB value is (250,244,0). Sum of RGB (Red+Green+Blue) = 250+244+0=494 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.61% from 494); Green value is 244 (95.70% from 255 or 49.39% from 494); Blue value is 0 (0.39% from 255 or 0% from 494); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF400 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAF400 is #050BFF. Grayscale: #DADADA. Windows color (decimal): -330752 or 62714. OLE color: 62714.
HSL color Cylindrical-coordinate representation of color #FAF400: hue angle of 58.56º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FAF400 is Cyan = 0, Magento = 0.02, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 244 | 0 | - |
| CMYK | 0 | 0.02 | 1 | 0.02 |
| HSL | 58.56º | 1% | 0.49% | - |
| HSV(B) | 58.56º | 1% | 0.98% | - |
| XYZ | 71.78 | 85.03 | 12.63 | - |
| YUV | 217.98 | 4.99 | 150.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 244 | 0 | 0 | 0.02 | 1 | 0.02 | 58.56 | 1 | 0.49 |
| Hex | FA | F4 | 0 | 0 | 2 | 64 | 2 | 3B | 64 | 31 |
| Octal | 372 | 364 | 0 | 0 | 2 | 144 | 2 | 73 | 144 | 61 |
| Binary | 11111010 | 11110100 | 0 | 0 | 10 | 1100100 | 10 | 111011 | 1100100 | 110001 |
Color Harmonies of #FAF400
Complementary color
Monochromatic Colors of #FAF400
Black with #FAF400
Text Example
Text Example
White with #FAF400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF400; }
p { color: rgb(250,244,0); }
H1.HeaderClassName
{
color: #FAF400;
}
.AnyTagClassName
{
color: #FAF400;
}
</style>
background-color css
<style>
a { background-color: #FAF400; }
a { background-color: rgb(250,244,0); }
div.DivClassName
{
background-color: #FAF400;
}
.BgClassName
{
background-color: #FAF400;
}
</style>
border-color css
<style>
span { border-color: #FAF400; }
span { border-color: rgb(250,244,0); }
td.TdClassName
{
border-color: #FAF400;
}
.TagClassName
{
border-color: #FAF400;
}
</style>