Shades of Yellow #FAF505
Tints of Yellow #FAF505
RGB
CMYK
RGB Variations
Color information
#FAF505 (or 0xFAF505) is known color: Yellow. HEX triplet: FA, F5 and 05. RGB value is (250,245,5). Sum of RGB (Red+Green+Blue) = 250+245+5=500 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50% from 500); Green value is 245 (96.09% from 255 or 49% from 500); Blue value is 5 (2.34% from 255 or 1% from 500); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF505 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAF505 is #050AFA. Grayscale: #DCDCDC. Windows color (decimal): -330491 or 390650. OLE color: 390650.
HSL color Cylindrical-coordinate representation of color #FAF505: hue angle of 58.78º 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 #FAF505 is Cyan = 0, Magento = 0.02, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 245 | 5 | - |
| CMYK | 0 | 0.02 | 0.98 | 0.02 |
| HSL | 58.78º | 0.96% | 0.5% | - |
| HSV(B) | 58.78º | 0.98% | 0.98% | - |
| XYZ | 72.1 | 85.64 | 12.87 | - |
| YUV | 219.14 | 7.16 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 245 | 5 | 0 | 0.02 | 0.98 | 0.02 | 58.78 | 0.96 | 0.5 |
| Hex | FA | F5 | 5 | 0 | 2 | 62 | 2 | 3B | 60 | 32 |
| Octal | 372 | 365 | 5 | 0 | 2 | 142 | 2 | 73 | 140 | 62 |
| Binary | 11111010 | 11110101 | 101 | 0 | 10 | 1100010 | 10 | 111011 | 1100000 | 110010 |
Color Harmonies of #FAF505
Complementary color
Monochromatic Colors of #FAF505
Black with #FAF505
Text Example
Text Example
White with #FAF505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF505; }
p { color: rgb(250,245,5); }
H1.HeaderClassName
{
color: #FAF505;
}
.AnyTagClassName
{
color: #FAF505;
}
</style>
background-color css
<style>
a { background-color: #FAF505; }
a { background-color: rgb(250,245,5); }
div.DivClassName
{
background-color: #FAF505;
}
.BgClassName
{
background-color: #FAF505;
}
</style>
border-color css
<style>
span { border-color: #FAF505; }
span { border-color: rgb(250,245,5); }
td.TdClassName
{
border-color: #FAF505;
}
.TagClassName
{
border-color: #FAF505;
}
</style>