Shades of Orange #F2AB03
Tints of Orange #F2AB03
RGB
CMYK
RGB Variations
Color information
#F2AB03 (or 0xF2AB03) is known color: Orange. HEX triplet: F2, AB and 03. RGB value is (242,171,3). Sum of RGB (Red+Green+Blue) = 242+171+3=416 (55% of max value = 765). Red value is 242 (94.92% from 255 or 58.17% from 416); Green value is 171 (67.19% from 255 or 41.11% from 416); Blue value is 3 (1.56% from 255 or 0.72% from 416); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AB03 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2AB03 is #0D54FC. Grayscale: #ADADAD. Windows color (decimal): -873725 or 240626. OLE color: 240626.
HSL color Cylindrical-coordinate representation of color #F2AB03: hue angle of 42.18º 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 #F2AB03 is Cyan = 0, Magento = 0.29, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 171 | 3 | - |
| CMYK | 0 | 0.29 | 0.99 | 0.05 |
| HSL | 42.18º | 0.98% | 0.48% | - |
| HSV(B) | 42.18º | 0.99% | 0.95% | - |
| XYZ | 51.2 | 48.01 | 6.65 | - |
| YUV | 173.08 | 32.02 | 177.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 171 | 3 | 0 | 0.29 | 0.99 | 0.05 | 42.18 | 0.98 | 0.48 |
| Hex | F2 | AB | 3 | 0 | 1D | 63 | 5 | 2A | 62 | 30 |
| Octal | 362 | 253 | 3 | 0 | 35 | 143 | 5 | 52 | 142 | 60 |
| Binary | 11110010 | 10101011 | 11 | 0 | 11101 | 1100011 | 101 | 101010 | 1100010 | 110000 |
Color Harmonies of #F2AB03
Complementary color
Monochromatic Colors of #F2AB03
Black with #F2AB03
Text Example
Text Example
White with #F2AB03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AB03; }
p { color: rgb(242,171,3); }
H1.HeaderClassName
{
color: #F2AB03;
}
.AnyTagClassName
{
color: #F2AB03;
}
</style>
background-color css
<style>
a { background-color: #F2AB03; }
a { background-color: rgb(242,171,3); }
div.DivClassName
{
background-color: #F2AB03;
}
.BgClassName
{
background-color: #F2AB03;
}
</style>
border-color css
<style>
span { border-color: #F2AB03; }
span { border-color: rgb(242,171,3); }
td.TdClassName
{
border-color: #F2AB03;
}
.TagClassName
{
border-color: #F2AB03;
}
</style>