Shades of Orange Peel #F29600
Tints of Orange Peel #F29600
RGB
CMYK
RGB Variations
Color information
#F29600 (or 0xF29600) is known color: Orange Peel. HEX triplet: F2, 96 and 00. RGB value is (242,150,0). Sum of RGB (Red+Green+Blue) = 242+150+0=392 (51% of max value = 765). Red value is 242 (94.92% from 255 or 61.73% from 392); Green value is 150 (58.98% from 255 or 38.27% from 392); Blue value is 0 (0.39% from 255 or 0% from 392); Max value from RGB is 242 - color contains mainly: red. Hex color #F29600 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F29600 is #0D69FF. Grayscale: #A1A1A1. Windows color (decimal): -879104 or 38642. OLE color: 38642.
HSL color Cylindrical-coordinate representation of color #F29600: hue angle of 37.19º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F29600 is Cyan = 0, Magento = 0.38, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 150 | 0 | - |
| CMYK | 0 | 0.38 | 1 | 0.05 |
| HSL | 37.19º | 1% | 0.47% | - |
| HSV(B) | 37.19º | 1% | 0.95% | - |
| XYZ | 47.52 | 40.69 | 5.35 | - |
| YUV | 160.41 | 37.48 | 186.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 150 | 0 | 0 | 0.38 | 1 | 0.05 | 37.19 | 1 | 0.47 |
| Hex | F2 | 96 | 0 | 0 | 26 | 64 | 5 | 25 | 64 | 2F |
| Octal | 362 | 226 | 0 | 0 | 46 | 144 | 5 | 45 | 144 | 57 |
| Binary | 11110010 | 10010110 | 0 | 0 | 100110 | 1100100 | 101 | 100101 | 1100100 | 101111 |
Color Harmonies of #F29600
Complementary color
Monochromatic Colors of #F29600
Black with #F29600
Text Example
Text Example
White with #F29600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29600; }
p { color: rgb(242,150,0); }
H1.HeaderClassName
{
color: #F29600;
}
.AnyTagClassName
{
color: #F29600;
}
</style>
background-color css
<style>
a { background-color: #F29600; }
a { background-color: rgb(242,150,0); }
div.DivClassName
{
background-color: #F29600;
}
.BgClassName
{
background-color: #F29600;
}
</style>
border-color css
<style>
span { border-color: #F29600; }
span { border-color: rgb(242,150,0); }
td.TdClassName
{
border-color: #F29600;
}
.TagClassName
{
border-color: #F29600;
}
</style>