Shades of Yellow #FAF60B
Tints of Yellow #FAF60B
RGB
CMYK
RGB Variations
Color information
#FAF60B (or 0xFAF60B) is known color: Yellow. HEX triplet: FA, F6 and 0B. RGB value is (250,246,11). Sum of RGB (Red+Green+Blue) = 250+246+11=507 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.31% from 507); Green value is 246 (96.48% from 255 or 48.52% from 507); Blue value is 11 (4.69% from 255 or 2.17% from 507); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF60B is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAF60B is #0509F4. Grayscale: #DDDDDD. Windows color (decimal): -330229 or 784122. OLE color: 784122.
HSL color Cylindrical-coordinate representation of color #FAF60B: 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 #FAF60B is Cyan = 0, Magento = 0.02, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 246 | 11 | - |
| CMYK | 0 | 0.02 | 0.96 | 0.02 |
| HSL | 59º | 0.96% | 0.51% | - |
| HSV(B) | 59º | 0.96% | 0.98% | - |
| XYZ | 72.44 | 86.26 | 13.15 | - |
| YUV | 220.41 | 9.83 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 246 | 11 | 0 | 0.02 | 0.96 | 0.02 | 59 | 0.96 | 0.51 |
| Hex | FA | F6 | B | 0 | 2 | 60 | 2 | 3B | 60 | 33 |
| Octal | 372 | 366 | 13 | 0 | 2 | 140 | 2 | 73 | 140 | 63 |
| Binary | 11111010 | 11110110 | 1011 | 0 | 10 | 1100000 | 10 | 111011 | 1100000 | 110011 |
Color Harmonies of #FAF60B
Complementary color
Monochromatic Colors of #FAF60B
Black with #FAF60B
Text Example
Text Example
White with #FAF60B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF60B; }
p { color: rgb(250,246,11); }
H1.HeaderClassName
{
color: #FAF60B;
}
.AnyTagClassName
{
color: #FAF60B;
}
</style>
background-color css
<style>
a { background-color: #FAF60B; }
a { background-color: rgb(250,246,11); }
div.DivClassName
{
background-color: #FAF60B;
}
.BgClassName
{
background-color: #FAF60B;
}
</style>
border-color css
<style>
span { border-color: #FAF60B; }
span { border-color: rgb(250,246,11); }
td.TdClassName
{
border-color: #FAF60B;
}
.TagClassName
{
border-color: #FAF60B;
}
</style>