Shades of Yellow Orange #FAB440
Tints of Yellow Orange #FAB440
RGB
CMYK
RGB Variations
Color information
#FAB440 (or 0xFAB440) is known color: Yellow Orange. HEX triplet: FA, B4 and 40. RGB value is (250,180,64). Sum of RGB (Red+Green+Blue) = 250+180+64=494 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.61% from 494); Green value is 180 (70.70% from 255 or 36.44% from 494); Blue value is 64 (25.39% from 255 or 12.96% from 494); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB440 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB440 is #054BBF. Grayscale: #BCBCBC. Windows color (decimal): -347072 or 4240634. OLE color: 4240634.
HSL color Cylindrical-coordinate representation of color #FAB440: hue angle of 37.42º 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 #FAB440 is Cyan = 0, Magento = 0.28, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 180 | 64 | - |
| CMYK | 0 | 0.28 | 0.74 | 0.02 |
| HSL | 37.42º | 0.95% | 0.62% | - |
| HSV(B) | 37.42º | 0.74% | 0.98% | - |
| XYZ | 56.67 | 53.34 | 12.16 | - |
| YUV | 187.71 | 58.19 | 172.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 180 | 64 | 0 | 0.28 | 0.74 | 0.02 | 37.42 | 0.95 | 0.62 |
| Hex | FA | B4 | 40 | 0 | 1C | 4A | 2 | 25 | 5F | 3E |
| Octal | 372 | 264 | 100 | 0 | 34 | 112 | 2 | 45 | 137 | 76 |
| Binary | 11111010 | 10110100 | 1000000 | 0 | 11100 | 1001010 | 10 | 100101 | 1011111 | 111110 |
Color Harmonies of #FAB440
Complementary color
Monochromatic Colors of #FAB440
Black with #FAB440
Text Example
Text Example
White with #FAB440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB440; }
p { color: rgb(250,180,64); }
H1.HeaderClassName
{
color: #FAB440;
}
.AnyTagClassName
{
color: #FAB440;
}
</style>
background-color css
<style>
a { background-color: #FAB440; }
a { background-color: rgb(250,180,64); }
div.DivClassName
{
background-color: #FAB440;
}
.BgClassName
{
background-color: #FAB440;
}
</style>
border-color css
<style>
span { border-color: #FAB440; }
span { border-color: rgb(250,180,64); }
td.TdClassName
{
border-color: #FAB440;
}
.TagClassName
{
border-color: #FAB440;
}
</style>