Shades of Yellow #FAF801
Tints of Yellow #FAF801
RGB
CMYK
RGB Variations
Color information
#FAF801 (or 0xFAF801) is known color: Yellow. HEX triplet: FA, F8 and 01. RGB value is (250,248,1). Sum of RGB (Red+Green+Blue) = 250+248+1=499 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50.10% from 499); Green value is 248 (97.27% from 255 or 49.70% from 499); Blue value is 1 (0.78% from 255 or 0.20% from 499); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF801 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAF801 is #0507FE. Grayscale: #DDDDDD. Windows color (decimal): -329727 or 129274. OLE color: 129274.
HSL color Cylindrical-coordinate representation of color #FAF801: hue angle of 59.52º 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 #FAF801 is Cyan = 0, Magento = 0.01, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 248 | 1 | - |
| CMYK | 0 | 0.01 | 1.00 | 0.02 |
| HSL | 59.52º | 0.99% | 0.49% | - |
| HSV(B) | 59.52º | 1% | 0.98% | - |
| XYZ | 73 | 87.46 | 13.06 | - |
| YUV | 220.44 | 4.16 | 149.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 248 | 1 | 0 | 0.01 | 1.00 | 0.02 | 59.52 | 0.99 | 0.49 |
| Hex | FA | F8 | 1 | 0 | 1 | 64 | 2 | 3C | 63 | 31 |
| Octal | 372 | 370 | 1 | 0 | 1 | 144 | 2 | 74 | 143 | 61 |
| Binary | 11111010 | 11111000 | 1 | 0 | 1 | 1100100 | 10 | 111100 | 1100011 | 110001 |
Color Harmonies of #FAF801
Complementary color
Monochromatic Colors of #FAF801
Black with #FAF801
Text Example
Text Example
White with #FAF801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF801; }
p { color: rgb(250,248,1); }
H1.HeaderClassName
{
color: #FAF801;
}
.AnyTagClassName
{
color: #FAF801;
}
</style>
background-color css
<style>
a { background-color: #FAF801; }
a { background-color: rgb(250,248,1); }
div.DivClassName
{
background-color: #FAF801;
}
.BgClassName
{
background-color: #FAF801;
}
</style>
border-color css
<style>
span { border-color: #FAF801; }
span { border-color: rgb(250,248,1); }
td.TdClassName
{
border-color: #FAF801;
}
.TagClassName
{
border-color: #FAF801;
}
</style>