Shades of Orange Peel #F39E0A
Tints of Orange Peel #F39E0A
RGB
CMYK
RGB Variations
Color information
#F39E0A (or 0xF39E0A) is known color: Orange Peel. HEX triplet: F3, 9E and 0A. RGB value is (243,158,10). Sum of RGB (Red+Green+Blue) = 243+158+10=411 (54% of max value = 765). Red value is 243 (95.31% from 255 or 59.12% from 411); Green value is 158 (62.11% from 255 or 38.44% from 411); Blue value is 10 (4.30% from 255 or 2.43% from 411); Max value from RGB is 243 - color contains mainly: red. Hex color #F39E0A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F39E0A is #0C61F5. Grayscale: #A7A7A7. Windows color (decimal): -811510 or 696051. OLE color: 696051.
HSL color Cylindrical-coordinate representation of color #F39E0A: hue angle of 38.11º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F39E0A is Cyan = 0, Magento = 0.35, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 158 | 10 | - |
| CMYK | 0 | 0.35 | 0.96 | 0.05 |
| HSL | 38.11º | 0.92% | 0.5% | - |
| HSV(B) | 38.11º | 0.96% | 0.95% | - |
| XYZ | 49.24 | 43.53 | 6.09 | - |
| YUV | 166.54 | 39.66 | 182.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 158 | 10 | 0 | 0.35 | 0.96 | 0.05 | 38.11 | 0.92 | 0.5 |
| Hex | F3 | 9E | A | 0 | 23 | 60 | 5 | 26 | 5C | 32 |
| Octal | 363 | 236 | 12 | 0 | 43 | 140 | 5 | 46 | 134 | 62 |
| Binary | 11110011 | 10011110 | 1010 | 0 | 100011 | 1100000 | 101 | 100110 | 1011100 | 110010 |
Color Harmonies of #F39E0A
Complementary color
Monochromatic Colors of #F39E0A
Black with #F39E0A
Text Example
Text Example
White with #F39E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F39E0A; }
p { color: rgb(243,158,10); }
H1.HeaderClassName
{
color: #F39E0A;
}
.AnyTagClassName
{
color: #F39E0A;
}
</style>
background-color css
<style>
a { background-color: #F39E0A; }
a { background-color: rgb(243,158,10); }
div.DivClassName
{
background-color: #F39E0A;
}
.BgClassName
{
background-color: #F39E0A;
}
</style>
border-color css
<style>
span { border-color: #F39E0A; }
span { border-color: rgb(243,158,10); }
td.TdClassName
{
border-color: #F39E0A;
}
.TagClassName
{
border-color: #F39E0A;
}
</style>