Shades of Yellow Orange #FAB340
Tints of Yellow Orange #FAB340
RGB
CMYK
RGB Variations
Color information
#FAB340 (or 0xFAB340) is known color: Yellow Orange. HEX triplet: FA, B3 and 40. RGB value is (250,179,64). Sum of RGB (Red+Green+Blue) = 250+179+64=493 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.71% from 493); Green value is 179 (70.31% from 255 or 36.31% from 493); Blue value is 64 (25.39% from 255 or 12.98% from 493); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB340 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB340 is #054CBF. Grayscale: #BBBBBB. Windows color (decimal): -347328 or 4240378. OLE color: 4240378.
HSL color Cylindrical-coordinate representation of color #FAB340: hue angle of 37.1º 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 #FAB340 is Cyan = 0, Magento = 0.28, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 179 | 64 | - |
| CMYK | 0 | 0.28 | 0.74 | 0.02 |
| HSL | 37.1º | 0.95% | 0.62% | - |
| HSV(B) | 37.1º | 0.74% | 0.98% | - |
| XYZ | 56.47 | 52.93 | 12.09 | - |
| YUV | 187.12 | 58.52 | 172.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 179 | 64 | 0 | 0.28 | 0.74 | 0.02 | 37.1 | 0.95 | 0.62 |
| Hex | FA | B3 | 40 | 0 | 1C | 4A | 2 | 25 | 5F | 3E |
| Octal | 372 | 263 | 100 | 0 | 34 | 112 | 2 | 45 | 137 | 76 |
| Binary | 11111010 | 10110011 | 1000000 | 0 | 11100 | 1001010 | 10 | 100101 | 1011111 | 111110 |
Color Harmonies of #FAB340
Complementary color
Monochromatic Colors of #FAB340
Black with #FAB340
Text Example
Text Example
White with #FAB340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB340; }
p { color: rgb(250,179,64); }
H1.HeaderClassName
{
color: #FAB340;
}
.AnyTagClassName
{
color: #FAB340;
}
</style>
background-color css
<style>
a { background-color: #FAB340; }
a { background-color: rgb(250,179,64); }
div.DivClassName
{
background-color: #FAB340;
}
.BgClassName
{
background-color: #FAB340;
}
</style>
border-color css
<style>
span { border-color: #FAB340; }
span { border-color: rgb(250,179,64); }
td.TdClassName
{
border-color: #FAB340;
}
.TagClassName
{
border-color: #FAB340;
}
</style>