Shades of Orange Peel #F69603
Tints of Orange Peel #F69603
RGB
CMYK
RGB Variations
Color information
#F69603 (or 0xF69603) is known color: Orange Peel. HEX triplet: F6, 96 and 03. RGB value is (246,150,3). Sum of RGB (Red+Green+Blue) = 246+150+3=399 (52% of max value = 765). Red value is 246 (96.48% from 255 or 61.65% from 399); Green value is 150 (58.98% from 255 or 37.59% from 399); Blue value is 3 (1.56% from 255 or 0.75% from 399); Max value from RGB is 246 - color contains mainly: red. Hex color #F69603 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F69603 is #0969FC. Grayscale: #A2A2A2. Windows color (decimal): -616957 or 235254. OLE color: 235254.
HSL color Cylindrical-coordinate representation of color #F69603: hue angle of 36.3º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F69603 is Cyan = 0, Magento = 0.39, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 150 | 3 | - |
| CMYK | 0 | 0.39 | 0.99 | 0.04 |
| HSL | 36.3º | 0.98% | 0.49% | - |
| HSV(B) | 36.3º | 0.99% | 0.96% | - |
| XYZ | 48.93 | 41.41 | 5.5 | - |
| YUV | 161.95 | 38.3 | 187.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 150 | 3 | 0 | 0.39 | 0.99 | 0.04 | 36.3 | 0.98 | 0.49 |
| Hex | F6 | 96 | 3 | 0 | 27 | 63 | 4 | 24 | 62 | 31 |
| Octal | 366 | 226 | 3 | 0 | 47 | 143 | 4 | 44 | 142 | 61 |
| Binary | 11110110 | 10010110 | 11 | 0 | 100111 | 1100011 | 100 | 100100 | 1100010 | 110001 |
Color Harmonies of #F69603
Complementary color
Monochromatic Colors of #F69603
Black with #F69603
Text Example
Text Example
White with #F69603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69603; }
p { color: rgb(246,150,3); }
H1.HeaderClassName
{
color: #F69603;
}
.AnyTagClassName
{
color: #F69603;
}
</style>
background-color css
<style>
a { background-color: #F69603; }
a { background-color: rgb(246,150,3); }
div.DivClassName
{
background-color: #F69603;
}
.BgClassName
{
background-color: #F69603;
}
</style>
border-color css
<style>
span { border-color: #F69603; }
span { border-color: rgb(246,150,3); }
td.TdClassName
{
border-color: #F69603;
}
.TagClassName
{
border-color: #F69603;
}
</style>