Shades of Orange #F2A302
Tints of Orange #F2A302
RGB
CMYK
RGB Variations
Color information
#F2A302 (or 0xF2A302) is known color: Orange. HEX triplet: F2, A3 and 02. RGB value is (242,163,2). Sum of RGB (Red+Green+Blue) = 242+163+2=407 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.46% from 407); Green value is 163 (64.06% from 255 or 40.05% from 407); Blue value is 2 (1.17% from 255 or 0.49% from 407); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A302 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2A302 is #0D5CFD. Grayscale: #A8A8A8. Windows color (decimal): -875774 or 173042. OLE color: 173042.
HSL color Cylindrical-coordinate representation of color #F2A302: hue angle of 40.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 #F2A302 is Cyan = 0, Magento = 0.33, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 163 | 2 | - |
| CMYK | 0 | 0.33 | 0.99 | 0.05 |
| HSL | 40.25º | 0.98% | 0.48% | - |
| HSV(B) | 40.25º | 0.99% | 0.95% | - |
| XYZ | 49.73 | 45.08 | 6.14 | - |
| YUV | 168.27 | 34.17 | 180.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 163 | 2 | 0 | 0.33 | 0.99 | 0.05 | 40.25 | 0.98 | 0.48 |
| Hex | F2 | A3 | 2 | 0 | 21 | 63 | 5 | 28 | 62 | 30 |
| Octal | 362 | 243 | 2 | 0 | 41 | 143 | 5 | 50 | 142 | 60 |
| Binary | 11110010 | 10100011 | 10 | 0 | 100001 | 1100011 | 101 | 101000 | 1100010 | 110000 |
Color Harmonies of #F2A302
Complementary color
Monochromatic Colors of #F2A302
Black with #F2A302
Text Example
Text Example
White with #F2A302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A302; }
p { color: rgb(242,163,2); }
H1.HeaderClassName
{
color: #F2A302;
}
.AnyTagClassName
{
color: #F2A302;
}
</style>
background-color css
<style>
a { background-color: #F2A302; }
a { background-color: rgb(242,163,2); }
div.DivClassName
{
background-color: #F2A302;
}
.BgClassName
{
background-color: #F2A302;
}
</style>
border-color css
<style>
span { border-color: #F2A302; }
span { border-color: rgb(242,163,2); }
td.TdClassName
{
border-color: #F2A302;
}
.TagClassName
{
border-color: #F2A302;
}
</style>