Shades of Yellow #FAF608
Tints of Yellow #FAF608
RGB
CMYK
RGB Variations
Color information
#FAF608 (or 0xFAF608) is known color: Yellow. HEX triplet: FA, F6 and 08. RGB value is (250,246,8). Sum of RGB (Red+Green+Blue) = 250+246+8=504 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.60% from 504); Green value is 246 (96.48% from 255 or 48.81% from 504); Blue value is 8 (3.52% from 255 or 1.59% from 504); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF608 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAF608 is #0509F7. Grayscale: #DDDDDD. Windows color (decimal): -330232 or 587514. OLE color: 587514.
HSL color Cylindrical-coordinate representation of color #FAF608: hue angle of 59.01º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FAF608 is Cyan = 0, Magento = 0.02, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 246 | 8 | - |
| CMYK | 0 | 0.02 | 0.97 | 0.02 |
| HSL | 59.01º | 0.96% | 0.51% | - |
| HSV(B) | 59.01º | 0.97% | 0.98% | - |
| XYZ | 72.42 | 86.25 | 13.06 | - |
| YUV | 220.06 | 8.33 | 149.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 246 | 8 | 0 | 0.02 | 0.97 | 0.02 | 59.01 | 0.96 | 0.51 |
| Hex | FA | F6 | 8 | 0 | 2 | 61 | 2 | 3B | 60 | 33 |
| Octal | 372 | 366 | 10 | 0 | 2 | 141 | 2 | 73 | 140 | 63 |
| Binary | 11111010 | 11110110 | 1000 | 0 | 10 | 1100001 | 10 | 111011 | 1100000 | 110011 |
Color Harmonies of #FAF608
Complementary color
Monochromatic Colors of #FAF608
Black with #FAF608
Text Example
Text Example
White with #FAF608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF608; }
p { color: rgb(250,246,8); }
H1.HeaderClassName
{
color: #FAF608;
}
.AnyTagClassName
{
color: #FAF608;
}
</style>
background-color css
<style>
a { background-color: #FAF608; }
a { background-color: rgb(250,246,8); }
div.DivClassName
{
background-color: #FAF608;
}
.BgClassName
{
background-color: #FAF608;
}
</style>
border-color css
<style>
span { border-color: #FAF608; }
span { border-color: rgb(250,246,8); }
td.TdClassName
{
border-color: #FAF608;
}
.TagClassName
{
border-color: #FAF608;
}
</style>