Shades of Yellow Orange #FAB140
Tints of Yellow Orange #FAB140
RGB
CMYK
RGB Variations
Color information
#FAB140 (or 0xFAB140) is known color: Yellow Orange. HEX triplet: FA, B1 and 40. RGB value is (250,177,64). Sum of RGB (Red+Green+Blue) = 250+177+64=491 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.92% from 491); Green value is 177 (69.53% from 255 or 36.05% from 491); Blue value is 64 (25.39% from 255 or 13.03% from 491); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB140 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAB140 is #054EBF. Grayscale: #BABABA. Windows color (decimal): -347840 or 4239866. OLE color: 4239866.
HSL color Cylindrical-coordinate representation of color #FAB140: hue angle of 36.45º 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 #FAB140 is Cyan = 0, Magento = 0.29, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 177 | 64 | - |
| CMYK | 0 | 0.29 | 0.74 | 0.02 |
| HSL | 36.45º | 0.95% | 0.62% | - |
| HSV(B) | 36.45º | 0.74% | 0.98% | - |
| XYZ | 56.07 | 52.14 | 11.96 | - |
| YUV | 185.95 | 59.18 | 173.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 177 | 64 | 0 | 0.29 | 0.74 | 0.02 | 36.45 | 0.95 | 0.62 |
| Hex | FA | B1 | 40 | 0 | 1D | 4A | 2 | 24 | 5F | 3E |
| Octal | 372 | 261 | 100 | 0 | 35 | 112 | 2 | 44 | 137 | 76 |
| Binary | 11111010 | 10110001 | 1000000 | 0 | 11101 | 1001010 | 10 | 100100 | 1011111 | 111110 |
Color Harmonies of #FAB140
Complementary color
Monochromatic Colors of #FAB140
Black with #FAB140
Text Example
Text Example
White with #FAB140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB140; }
p { color: rgb(250,177,64); }
H1.HeaderClassName
{
color: #FAB140;
}
.AnyTagClassName
{
color: #FAB140;
}
</style>
background-color css
<style>
a { background-color: #FAB140; }
a { background-color: rgb(250,177,64); }
div.DivClassName
{
background-color: #FAB140;
}
.BgClassName
{
background-color: #FAB140;
}
</style>
border-color css
<style>
span { border-color: #FAB140; }
span { border-color: rgb(250,177,64); }
td.TdClassName
{
border-color: #FAB140;
}
.TagClassName
{
border-color: #FAB140;
}
</style>