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