Shades of Orange #F2AB07
Tints of Orange #F2AB07
RGB
CMYK
RGB Variations
Color information
#F2AB07 (or 0xF2AB07) is known color: Orange. HEX triplet: F2, AB and 07. RGB value is (242,171,7). Sum of RGB (Red+Green+Blue) = 242+171+7=420 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.62% from 420); Green value is 171 (67.19% from 255 or 40.71% from 420); Blue value is 7 (3.12% from 255 or 1.67% from 420); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AB07 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2AB07 is #0D54F8. Grayscale: #AEAEAE. Windows color (decimal): -873721 or 502770. OLE color: 502770.
HSL color Cylindrical-coordinate representation of color #F2AB07: hue angle of 41.87º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F2AB07 is Cyan = 0, Magento = 0.29, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 171 | 7 | - |
| CMYK | 0 | 0.29 | 0.97 | 0.05 |
| HSL | 41.87º | 0.94% | 0.49% | - |
| HSV(B) | 41.87º | 0.97% | 0.95% | - |
| XYZ | 51.22 | 48.02 | 6.77 | - |
| YUV | 173.53 | 34.02 | 176.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 171 | 7 | 0 | 0.29 | 0.97 | 0.05 | 41.87 | 0.94 | 0.49 |
| Hex | F2 | AB | 7 | 0 | 1D | 61 | 5 | 2A | 5E | 31 |
| Octal | 362 | 253 | 7 | 0 | 35 | 141 | 5 | 52 | 136 | 61 |
| Binary | 11110010 | 10101011 | 111 | 0 | 11101 | 1100001 | 101 | 101010 | 1011110 | 110001 |
Color Harmonies of #F2AB07
Complementary color
Monochromatic Colors of #F2AB07
Black with #F2AB07
Text Example
Text Example
White with #F2AB07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AB07; }
p { color: rgb(242,171,7); }
H1.HeaderClassName
{
color: #F2AB07;
}
.AnyTagClassName
{
color: #F2AB07;
}
</style>
background-color css
<style>
a { background-color: #F2AB07; }
a { background-color: rgb(242,171,7); }
div.DivClassName
{
background-color: #F2AB07;
}
.BgClassName
{
background-color: #F2AB07;
}
</style>
border-color css
<style>
span { border-color: #F2AB07; }
span { border-color: rgb(242,171,7); }
td.TdClassName
{
border-color: #F2AB07;
}
.TagClassName
{
border-color: #F2AB07;
}
</style>