Shades of Orange Peel #F3A003
Tints of Orange Peel #F3A003
RGB
CMYK
RGB Variations
Color information
#F3A003 (or 0xF3A003) is known color: Orange Peel. HEX triplet: F3, A0 and 03. RGB value is (243,160,3). Sum of RGB (Red+Green+Blue) = 243+160+3=406 (53% of max value = 765). Red value is 243 (95.31% from 255 or 59.85% from 406); Green value is 160 (62.89% from 255 or 39.41% from 406); Blue value is 3 (1.56% from 255 or 0.74% from 406); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A003 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F3A003 is #0C5FFC. Grayscale: #A7A7A7. Windows color (decimal): -811005 or 237811. OLE color: 237811.
HSL color Cylindrical-coordinate representation of color #F3A003: hue angle of 39.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 #F3A003 is Cyan = 0, Magento = 0.34, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 160 | 3 | - |
| CMYK | 0 | 0.34 | 0.99 | 0.05 |
| HSL | 39.25º | 0.98% | 0.48% | - |
| HSV(B) | 39.25º | 0.99% | 0.95% | - |
| XYZ | 49.55 | 44.2 | 6.01 | - |
| YUV | 166.92 | 35.5 | 182.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 160 | 3 | 0 | 0.34 | 0.99 | 0.05 | 39.25 | 0.98 | 0.48 |
| Hex | F3 | A0 | 3 | 0 | 22 | 63 | 5 | 27 | 62 | 30 |
| Octal | 363 | 240 | 3 | 0 | 42 | 143 | 5 | 47 | 142 | 60 |
| Binary | 11110011 | 10100000 | 11 | 0 | 100010 | 1100011 | 101 | 100111 | 1100010 | 110000 |
Color Harmonies of #F3A003
Complementary color
Monochromatic Colors of #F3A003
Black with #F3A003
Text Example
Text Example
White with #F3A003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A003; }
p { color: rgb(243,160,3); }
H1.HeaderClassName
{
color: #F3A003;
}
.AnyTagClassName
{
color: #F3A003;
}
</style>
background-color css
<style>
a { background-color: #F3A003; }
a { background-color: rgb(243,160,3); }
div.DivClassName
{
background-color: #F3A003;
}
.BgClassName
{
background-color: #F3A003;
}
</style>
border-color css
<style>
span { border-color: #F3A003; }
span { border-color: rgb(243,160,3); }
td.TdClassName
{
border-color: #F3A003;
}
.TagClassName
{
border-color: #F3A003;
}
</style>