Shades of Yellow Orange #FAB040
Tints of Yellow Orange #FAB040
RGB
CMYK
RGB Variations
Color information
#FAB040 (or 0xFAB040) is known color: Yellow Orange. HEX triplet: FA, B0 and 40. RGB value is (250,176,64). Sum of RGB (Red+Green+Blue) = 250+176+64=490 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.02% from 490); Green value is 176 (69.14% from 255 or 35.92% from 490); Blue value is 64 (25.39% from 255 or 13.06% from 490); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB040 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAB040 is #054FBF. Grayscale: #B9B9B9. Windows color (decimal): -348096 or 4239610. OLE color: 4239610.
HSL color Cylindrical-coordinate representation of color #FAB040: hue angle of 36.13º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FAB040 is Cyan = 0, Magento = 0.30, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 176 | 64 | - |
| CMYK | 0 | 0.30 | 0.74 | 0.02 |
| HSL | 36.13º | 0.95% | 0.62% | - |
| HSV(B) | 36.13º | 0.74% | 0.98% | - |
| XYZ | 55.88 | 51.74 | 11.89 | - |
| YUV | 185.36 | 59.52 | 174.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 176 | 64 | 0 | 0.30 | 0.74 | 0.02 | 36.13 | 0.95 | 0.62 |
| Hex | FA | B0 | 40 | 0 | 1E | 4A | 2 | 24 | 5F | 3E |
| Octal | 372 | 260 | 100 | 0 | 36 | 112 | 2 | 44 | 137 | 76 |
| Binary | 11111010 | 10110000 | 1000000 | 0 | 11110 | 1001010 | 10 | 100100 | 1011111 | 111110 |
Color Harmonies of #FAB040
Complementary color
Monochromatic Colors of #FAB040
Black with #FAB040
Text Example
Text Example
White with #FAB040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB040; }
p { color: rgb(250,176,64); }
H1.HeaderClassName
{
color: #FAB040;
}
.AnyTagClassName
{
color: #FAB040;
}
</style>
background-color css
<style>
a { background-color: #FAB040; }
a { background-color: rgb(250,176,64); }
div.DivClassName
{
background-color: #FAB040;
}
.BgClassName
{
background-color: #FAB040;
}
</style>
border-color css
<style>
span { border-color: #FAB040; }
span { border-color: rgb(250,176,64); }
td.TdClassName
{
border-color: #FAB040;
}
.TagClassName
{
border-color: #FAB040;
}
</style>