Shades of Orange Peel #F29700
Tints of Orange Peel #F29700
RGB
CMYK
RGB Variations
Color information
#F29700 (or 0xF29700) is known color: Orange Peel. HEX triplet: F2, 97 and 00. RGB value is (242,151,0). Sum of RGB (Red+Green+Blue) = 242+151+0=393 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.58% from 393); Green value is 151 (59.38% from 255 or 38.42% from 393); Blue value is 0 (0.39% from 255 or 0% from 393); Max value from RGB is 242 - color contains mainly: red. Hex color #F29700 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F29700 is #0D68FF. Grayscale: #A1A1A1. Windows color (decimal): -878848 or 38898. OLE color: 38898.
HSL color Cylindrical-coordinate representation of color #F29700: hue angle of 37.44º 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 #F29700 is Cyan = 0, Magento = 0.38, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 151 | 0 | - |
| CMYK | 0 | 0.38 | 1 | 0.05 |
| HSL | 37.44º | 1% | 0.47% | - |
| HSV(B) | 37.44º | 1% | 0.95% | - |
| XYZ | 47.68 | 41.01 | 5.4 | - |
| YUV | 161 | 37.15 | 185.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 151 | 0 | 0 | 0.38 | 1 | 0.05 | 37.44 | 1 | 0.47 |
| Hex | F2 | 97 | 0 | 0 | 26 | 64 | 5 | 25 | 64 | 2F |
| Octal | 362 | 227 | 0 | 0 | 46 | 144 | 5 | 45 | 144 | 57 |
| Binary | 11110010 | 10010111 | 0 | 0 | 100110 | 1100100 | 101 | 100101 | 1100100 | 101111 |
Color Harmonies of #F29700
Complementary color
Monochromatic Colors of #F29700
Black with #F29700
Text Example
Text Example
White with #F29700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29700; }
p { color: rgb(242,151,0); }
H1.HeaderClassName
{
color: #F29700;
}
.AnyTagClassName
{
color: #F29700;
}
</style>
background-color css
<style>
a { background-color: #F29700; }
a { background-color: rgb(242,151,0); }
div.DivClassName
{
background-color: #F29700;
}
.BgClassName
{
background-color: #F29700;
}
</style>
border-color css
<style>
span { border-color: #F29700; }
span { border-color: rgb(242,151,0); }
td.TdClassName
{
border-color: #F29700;
}
.TagClassName
{
border-color: #F29700;
}
</style>