Shades of Orange #F2A303
Tints of Orange #F2A303
RGB
CMYK
RGB Variations
Color information
#F2A303 (or 0xF2A303) is known color: Orange. HEX triplet: F2, A3 and 03. RGB value is (242,163,3). Sum of RGB (Red+Green+Blue) = 242+163+3=408 (54% of max value = 765). Red value is 242 (94.92% from 255 or 59.31% from 408); Green value is 163 (64.06% from 255 or 39.95% from 408); Blue value is 3 (1.56% from 255 or 0.74% from 408); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A303 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2A303 is #0D5CFC. Grayscale: #A9A9A9. Windows color (decimal): -875773 or 238578. OLE color: 238578.
HSL color Cylindrical-coordinate representation of color #F2A303: hue angle of 40.17º 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 #F2A303 is Cyan = 0, Magento = 0.33, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 163 | 3 | - |
| CMYK | 0 | 0.33 | 0.99 | 0.05 |
| HSL | 40.17º | 0.98% | 0.48% | - |
| HSV(B) | 40.17º | 0.99% | 0.95% | - |
| XYZ | 49.73 | 45.08 | 6.17 | - |
| YUV | 168.38 | 34.67 | 180.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 163 | 3 | 0 | 0.33 | 0.99 | 0.05 | 40.17 | 0.98 | 0.48 |
| Hex | F2 | A3 | 3 | 0 | 21 | 63 | 5 | 28 | 62 | 30 |
| Octal | 362 | 243 | 3 | 0 | 41 | 143 | 5 | 50 | 142 | 60 |
| Binary | 11110010 | 10100011 | 11 | 0 | 100001 | 1100011 | 101 | 101000 | 1100010 | 110000 |
Color Harmonies of #F2A303
Complementary color
Monochromatic Colors of #F2A303
Black with #F2A303
Text Example
Text Example
White with #F2A303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A303; }
p { color: rgb(242,163,3); }
H1.HeaderClassName
{
color: #F2A303;
}
.AnyTagClassName
{
color: #F2A303;
}
</style>
background-color css
<style>
a { background-color: #F2A303; }
a { background-color: rgb(242,163,3); }
div.DivClassName
{
background-color: #F2A303;
}
.BgClassName
{
background-color: #F2A303;
}
</style>
border-color css
<style>
span { border-color: #F2A303; }
span { border-color: rgb(242,163,3); }
td.TdClassName
{
border-color: #F2A303;
}
.TagClassName
{
border-color: #F2A303;
}
</style>