Shades of Orange Peel #F3A008
Tints of Orange Peel #F3A008
RGB
CMYK
RGB Variations
Color information
#F3A008 (or 0xF3A008) is known color: Orange Peel. HEX triplet: F3, A0 and 08. RGB value is (243,160,8). Sum of RGB (Red+Green+Blue) = 243+160+8=411 (54% of max value = 765). Red value is 243 (95.31% from 255 or 59.12% from 411); Green value is 160 (62.89% from 255 or 38.93% from 411); Blue value is 8 (3.52% from 255 or 1.95% from 411); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A008 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F3A008 is #0C5FF7. Grayscale: #A8A8A8. Windows color (decimal): -811000 or 565491. OLE color: 565491.
HSL color Cylindrical-coordinate representation of color #F3A008: hue angle of 38.81º 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 #F3A008 is Cyan = 0, Magento = 0.34, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 160 | 8 | - |
| CMYK | 0 | 0.34 | 0.97 | 0.05 |
| HSL | 38.81º | 0.94% | 0.49% | - |
| HSV(B) | 38.81º | 0.97% | 0.95% | - |
| XYZ | 49.58 | 44.21 | 6.15 | - |
| YUV | 167.49 | 38 | 181.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 160 | 8 | 0 | 0.34 | 0.97 | 0.05 | 38.81 | 0.94 | 0.49 |
| Hex | F3 | A0 | 8 | 0 | 22 | 61 | 5 | 27 | 5E | 31 |
| Octal | 363 | 240 | 10 | 0 | 42 | 141 | 5 | 47 | 136 | 61 |
| Binary | 11110011 | 10100000 | 1000 | 0 | 100010 | 1100001 | 101 | 100111 | 1011110 | 110001 |
Color Harmonies of #F3A008
Complementary color
Monochromatic Colors of #F3A008
Black with #F3A008
Text Example
Text Example
White with #F3A008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A008; }
p { color: rgb(243,160,8); }
H1.HeaderClassName
{
color: #F3A008;
}
.AnyTagClassName
{
color: #F3A008;
}
</style>
background-color css
<style>
a { background-color: #F3A008; }
a { background-color: rgb(243,160,8); }
div.DivClassName
{
background-color: #F3A008;
}
.BgClassName
{
background-color: #F3A008;
}
</style>
border-color css
<style>
span { border-color: #F3A008; }
span { border-color: rgb(243,160,8); }
td.TdClassName
{
border-color: #F3A008;
}
.TagClassName
{
border-color: #F3A008;
}
</style>