Shades of Yellow #FAF501
Tints of Yellow #FAF501
RGB
CMYK
RGB Variations
Color information
#FAF501 (or 0xFAF501) is known color: Yellow. HEX triplet: FA, F5 and 01. RGB value is (250,245,1). Sum of RGB (Red+Green+Blue) = 250+245+1=496 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.40% from 496); Green value is 245 (96.09% from 255 or 49.40% from 496); Blue value is 1 (0.78% from 255 or 0.20% from 496); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF501 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAF501 is #050AFE. Grayscale: #DBDBDB. Windows color (decimal): -330495 or 128506. OLE color: 128506.
HSL color Cylindrical-coordinate representation of color #FAF501: hue angle of 58.8º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FAF501 is Cyan = 0, Magento = 0.02, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 245 | 1 | - |
| CMYK | 0 | 0.02 | 1.00 | 0.02 |
| HSL | 58.8º | 0.99% | 0.49% | - |
| HSV(B) | 58.8º | 1% | 0.98% | - |
| XYZ | 72.08 | 85.63 | 12.76 | - |
| YUV | 218.68 | 5.16 | 150.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 245 | 1 | 0 | 0.02 | 1.00 | 0.02 | 58.8 | 0.99 | 0.49 |
| Hex | FA | F5 | 1 | 0 | 2 | 64 | 2 | 3B | 63 | 31 |
| Octal | 372 | 365 | 1 | 0 | 2 | 144 | 2 | 73 | 143 | 61 |
| Binary | 11111010 | 11110101 | 1 | 0 | 10 | 1100100 | 10 | 111011 | 1100011 | 110001 |
Color Harmonies of #FAF501
Complementary color
Monochromatic Colors of #FAF501
Black with #FAF501
Text Example
Text Example
White with #FAF501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF501; }
p { color: rgb(250,245,1); }
H1.HeaderClassName
{
color: #FAF501;
}
.AnyTagClassName
{
color: #FAF501;
}
</style>
background-color css
<style>
a { background-color: #FAF501; }
a { background-color: rgb(250,245,1); }
div.DivClassName
{
background-color: #FAF501;
}
.BgClassName
{
background-color: #FAF501;
}
</style>
border-color css
<style>
span { border-color: #FAF501; }
span { border-color: rgb(250,245,1); }
td.TdClassName
{
border-color: #FAF501;
}
.TagClassName
{
border-color: #FAF501;
}
</style>