Shades of Yellow #FAF605
Tints of Yellow #FAF605
RGB
CMYK
RGB Variations
Color information
#FAF605 (or 0xFAF605) is known color: Yellow. HEX triplet: FA, F6 and 05. RGB value is (250,246,5). Sum of RGB (Red+Green+Blue) = 250+246+5=501 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.90% from 501); Green value is 246 (96.48% from 255 or 49.10% from 501); Blue value is 5 (2.34% from 255 or 1.00% from 501); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF605 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAF605 is #0509FA. Grayscale: #DCDCDC. Windows color (decimal): -330235 or 390906. OLE color: 390906.
HSL color Cylindrical-coordinate representation of color #FAF605: hue angle of 59.02º 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 #FAF605 is Cyan = 0, Magento = 0.02, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 246 | 5 | - |
| CMYK | 0 | 0.02 | 0.98 | 0.02 |
| HSL | 59.02º | 0.96% | 0.5% | - |
| HSV(B) | 59.02º | 0.98% | 0.98% | - |
| XYZ | 72.41 | 86.25 | 12.97 | - |
| YUV | 219.72 | 6.83 | 149.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 246 | 5 | 0 | 0.02 | 0.98 | 0.02 | 59.02 | 0.96 | 0.5 |
| Hex | FA | F6 | 5 | 0 | 2 | 62 | 2 | 3B | 60 | 32 |
| Octal | 372 | 366 | 5 | 0 | 2 | 142 | 2 | 73 | 140 | 62 |
| Binary | 11111010 | 11110110 | 101 | 0 | 10 | 1100010 | 10 | 111011 | 1100000 | 110010 |
Color Harmonies of #FAF605
Complementary color
Monochromatic Colors of #FAF605
Black with #FAF605
Text Example
Text Example
White with #FAF605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF605; }
p { color: rgb(250,246,5); }
H1.HeaderClassName
{
color: #FAF605;
}
.AnyTagClassName
{
color: #FAF605;
}
</style>
background-color css
<style>
a { background-color: #FAF605; }
a { background-color: rgb(250,246,5); }
div.DivClassName
{
background-color: #FAF605;
}
.BgClassName
{
background-color: #FAF605;
}
</style>
border-color css
<style>
span { border-color: #FAF605; }
span { border-color: rgb(250,246,5); }
td.TdClassName
{
border-color: #FAF605;
}
.TagClassName
{
border-color: #FAF605;
}
</style>