Shades of Orange Peel #F69700
Tints of Orange Peel #F69700
RGB
CMYK
RGB Variations
Color information
#F69700 (or 0xF69700) is known color: Orange Peel. HEX triplet: F6, 97 and 00. RGB value is (246,151,0). Sum of RGB (Red+Green+Blue) = 246+151+0=397 (52% of max value = 765). Red value is 246 (96.48% from 255 or 61.96% from 397); Green value is 151 (59.38% from 255 or 38.04% from 397); Blue value is 0 (0.39% from 255 or 0% from 397); Max value from RGB is 246 - color contains mainly: red. Hex color #F69700 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F69700 is #0968FF. Grayscale: #A2A2A2. Windows color (decimal): -616704 or 38902. OLE color: 38902.
HSL color Cylindrical-coordinate representation of color #F69700: hue angle of 36.83º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F69700 is Cyan = 0, Magento = 0.39, Yellow = 1 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 151 | 0 | - |
| CMYK | 0 | 0.39 | 1 | 0.04 |
| HSL | 36.83º | 1% | 0.48% | - |
| HSV(B) | 36.83º | 1% | 0.96% | - |
| XYZ | 49.07 | 41.73 | 5.47 | - |
| YUV | 162.19 | 36.47 | 187.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 151 | 0 | 0 | 0.39 | 1 | 0.04 | 36.83 | 1 | 0.48 |
| Hex | F6 | 97 | 0 | 0 | 27 | 64 | 4 | 25 | 64 | 30 |
| Octal | 366 | 227 | 0 | 0 | 47 | 144 | 4 | 45 | 144 | 60 |
| Binary | 11110110 | 10010111 | 0 | 0 | 100111 | 1100100 | 100 | 100101 | 1100100 | 110000 |
Color Harmonies of #F69700
Complementary color
Monochromatic Colors of #F69700
Black with #F69700
Text Example
Text Example
White with #F69700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69700; }
p { color: rgb(246,151,0); }
H1.HeaderClassName
{
color: #F69700;
}
.AnyTagClassName
{
color: #F69700;
}
</style>
background-color css
<style>
a { background-color: #F69700; }
a { background-color: rgb(246,151,0); }
div.DivClassName
{
background-color: #F69700;
}
.BgClassName
{
background-color: #F69700;
}
</style>
border-color css
<style>
span { border-color: #F69700; }
span { border-color: rgb(246,151,0); }
td.TdClassName
{
border-color: #F69700;
}
.TagClassName
{
border-color: #F69700;
}
</style>