Shades of Yellow #FAF609
Tints of Yellow #FAF609
RGB
CMYK
RGB Variations
Color information
#FAF609 (or 0xFAF609) is known color: Yellow. HEX triplet: FA, F6 and 09. RGB value is (250,246,9). Sum of RGB (Red+Green+Blue) = 250+246+9=505 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.50% from 505); Green value is 246 (96.48% from 255 or 48.71% from 505); Blue value is 9 (3.91% from 255 or 1.78% from 505); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF609 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAF609 is #0509F6. Grayscale: #DDDDDD. Windows color (decimal): -330231 or 653050. OLE color: 653050.
HSL color Cylindrical-coordinate representation of color #FAF609: hue angle of 59º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FAF609 is Cyan = 0, Magento = 0.02, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 246 | 9 | - |
| CMYK | 0 | 0.02 | 0.96 | 0.02 |
| HSL | 59º | 0.96% | 0.51% | - |
| HSV(B) | 59º | 0.96% | 0.98% | - |
| XYZ | 72.43 | 86.26 | 13.09 | - |
| YUV | 220.18 | 8.83 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 246 | 9 | 0 | 0.02 | 0.96 | 0.02 | 59 | 0.96 | 0.51 |
| Hex | FA | F6 | 9 | 0 | 2 | 60 | 2 | 3B | 60 | 33 |
| Octal | 372 | 366 | 11 | 0 | 2 | 140 | 2 | 73 | 140 | 63 |
| Binary | 11111010 | 11110110 | 1001 | 0 | 10 | 1100000 | 10 | 111011 | 1100000 | 110011 |
Color Harmonies of #FAF609
Complementary color
Monochromatic Colors of #FAF609
Black with #FAF609
Text Example
Text Example
White with #FAF609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF609; }
p { color: rgb(250,246,9); }
H1.HeaderClassName
{
color: #FAF609;
}
.AnyTagClassName
{
color: #FAF609;
}
</style>
background-color css
<style>
a { background-color: #FAF609; }
a { background-color: rgb(250,246,9); }
div.DivClassName
{
background-color: #FAF609;
}
.BgClassName
{
background-color: #FAF609;
}
</style>
border-color css
<style>
span { border-color: #FAF609; }
span { border-color: rgb(250,246,9); }
td.TdClassName
{
border-color: #FAF609;
}
.TagClassName
{
border-color: #FAF609;
}
</style>