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