Shades of Orange #FAAB01
Tints of Orange #FAAB01
RGB
CMYK
RGB Variations
Color information
#FAAB01 (or 0xFAAB01) is known color: Orange. HEX triplet: FA, AB and 01. RGB value is (250,171,1). Sum of RGB (Red+Green+Blue) = 250+171+1=422 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.24% from 422); Green value is 171 (67.19% from 255 or 40.52% from 422); Blue value is 1 (0.78% from 255 or 0.24% from 422); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAB01 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAAB01 is #0554FE. Grayscale: #B0B0B0. Windows color (decimal): -349439 or 109562. OLE color: 109562.
HSL color Cylindrical-coordinate representation of color #FAAB01: hue angle of 40.96º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FAAB01 is Cyan = 0, Magento = 0.32, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 171 | 1 | - |
| CMYK | 0 | 0.32 | 1.00 | 0.02 |
| HSL | 40.96º | 0.99% | 0.49% | - |
| HSV(B) | 40.96º | 1% | 0.98% | - |
| XYZ | 53.99 | 49.45 | 6.73 | - |
| YUV | 175.24 | 29.67 | 181.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 171 | 1 | 0 | 0.32 | 1.00 | 0.02 | 40.96 | 0.99 | 0.49 |
| Hex | FA | AB | 1 | 0 | 20 | 64 | 2 | 29 | 63 | 31 |
| Octal | 372 | 253 | 1 | 0 | 40 | 144 | 2 | 51 | 143 | 61 |
| Binary | 11111010 | 10101011 | 1 | 0 | 100000 | 1100100 | 10 | 101001 | 1100011 | 110001 |
Color Harmonies of #FAAB01
Complementary color
Monochromatic Colors of #FAAB01
Black with #FAAB01
Text Example
Text Example
White with #FAAB01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAB01; }
p { color: rgb(250,171,1); }
H1.HeaderClassName
{
color: #FAAB01;
}
.AnyTagClassName
{
color: #FAAB01;
}
</style>
background-color css
<style>
a { background-color: #FAAB01; }
a { background-color: rgb(250,171,1); }
div.DivClassName
{
background-color: #FAAB01;
}
.BgClassName
{
background-color: #FAAB01;
}
</style>
border-color css
<style>
span { border-color: #FAAB01; }
span { border-color: rgb(250,171,1); }
td.TdClassName
{
border-color: #FAAB01;
}
.TagClassName
{
border-color: #FAAB01;
}
</style>