Shades of Orange #F2AB01
Tints of Orange #F2AB01
RGB
CMYK
RGB Variations
Color information
#F2AB01 (or 0xF2AB01) is known color: Orange. HEX triplet: F2, AB and 01. RGB value is (242,171,1). Sum of RGB (Red+Green+Blue) = 242+171+1=414 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.45% from 414); Green value is 171 (67.19% from 255 or 41.30% from 414); Blue value is 1 (0.78% from 255 or 0.24% from 414); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AB01 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2AB01 is #0D54FE. Grayscale: #ADADAD. Windows color (decimal): -873727 or 109554. OLE color: 109554.
HSL color Cylindrical-coordinate representation of color #F2AB01: hue angle of 42.32º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F2AB01 is Cyan = 0, Magento = 0.29, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 171 | 1 | - |
| CMYK | 0 | 0.29 | 1.00 | 0.05 |
| HSL | 42.32º | 0.99% | 0.48% | - |
| HSV(B) | 42.32º | 1% | 0.95% | - |
| XYZ | 51.19 | 48.01 | 6.6 | - |
| YUV | 172.85 | 31.02 | 177.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 171 | 1 | 0 | 0.29 | 1.00 | 0.05 | 42.32 | 0.99 | 0.48 |
| Hex | F2 | AB | 1 | 0 | 1D | 64 | 5 | 2A | 63 | 30 |
| Octal | 362 | 253 | 1 | 0 | 35 | 144 | 5 | 52 | 143 | 60 |
| Binary | 11110010 | 10101011 | 1 | 0 | 11101 | 1100100 | 101 | 101010 | 1100011 | 110000 |
Color Harmonies of #F2AB01
Complementary color
Monochromatic Colors of #F2AB01
Black with #F2AB01
Text Example
Text Example
White with #F2AB01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AB01; }
p { color: rgb(242,171,1); }
H1.HeaderClassName
{
color: #F2AB01;
}
.AnyTagClassName
{
color: #F2AB01;
}
</style>
background-color css
<style>
a { background-color: #F2AB01; }
a { background-color: rgb(242,171,1); }
div.DivClassName
{
background-color: #F2AB01;
}
.BgClassName
{
background-color: #F2AB01;
}
</style>
border-color css
<style>
span { border-color: #F2AB01; }
span { border-color: rgb(242,171,1); }
td.TdClassName
{
border-color: #F2AB01;
}
.TagClassName
{
border-color: #F2AB01;
}
</style>