Shades of Yellow #FAF405
Tints of Yellow #FAF405
RGB
CMYK
RGB Variations
Color information
#FAF405 (or 0xFAF405) is known color: Yellow. HEX triplet: FA, F4 and 05. RGB value is (250,244,5). Sum of RGB (Red+Green+Blue) = 250+244+5=499 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50.10% from 499); Green value is 244 (95.70% from 255 or 48.90% from 499); Blue value is 5 (2.34% from 255 or 1.00% from 499); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF405 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAF405 is #050BFA. Grayscale: #DBDBDB. Windows color (decimal): -330747 or 390394. OLE color: 390394.
HSL color Cylindrical-coordinate representation of color #FAF405: hue angle of 58.53º 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 #FAF405 is Cyan = 0, Magento = 0.02, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 244 | 5 | - |
| CMYK | 0 | 0.02 | 0.98 | 0.02 |
| HSL | 58.53º | 0.96% | 0.5% | - |
| HSV(B) | 58.53º | 0.98% | 0.98% | - |
| XYZ | 71.8 | 85.04 | 12.77 | - |
| YUV | 218.55 | 7.49 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 244 | 5 | 0 | 0.02 | 0.98 | 0.02 | 58.53 | 0.96 | 0.5 |
| Hex | FA | F4 | 5 | 0 | 2 | 62 | 2 | 3B | 60 | 32 |
| Octal | 372 | 364 | 5 | 0 | 2 | 142 | 2 | 73 | 140 | 62 |
| Binary | 11111010 | 11110100 | 101 | 0 | 10 | 1100010 | 10 | 111011 | 1100000 | 110010 |
Color Harmonies of #FAF405
Complementary color
Monochromatic Colors of #FAF405
Black with #FAF405
Text Example
Text Example
White with #FAF405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF405; }
p { color: rgb(250,244,5); }
H1.HeaderClassName
{
color: #FAF405;
}
.AnyTagClassName
{
color: #FAF405;
}
</style>
background-color css
<style>
a { background-color: #FAF405; }
a { background-color: rgb(250,244,5); }
div.DivClassName
{
background-color: #FAF405;
}
.BgClassName
{
background-color: #FAF405;
}
</style>
border-color css
<style>
span { border-color: #FAF405; }
span { border-color: rgb(250,244,5); }
td.TdClassName
{
border-color: #FAF405;
}
.TagClassName
{
border-color: #FAF405;
}
</style>