Shades of Orange Peel #F69C03
Tints of Orange Peel #F69C03
RGB
CMYK
RGB Variations
Color information
#F69C03 (or 0xF69C03) is known color: Orange Peel. HEX triplet: F6, 9C and 03. RGB value is (246,156,3). Sum of RGB (Red+Green+Blue) = 246+156+3=405 (53% of max value = 765). Red value is 246 (96.48% from 255 or 60.74% from 405); Green value is 156 (61.33% from 255 or 38.52% from 405); Blue value is 3 (1.56% from 255 or 0.74% from 405); Max value from RGB is 246 - color contains mainly: red. Hex color #F69C03 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F69C03 is #0963FC. Grayscale: #A6A6A6. Windows color (decimal): -615421 or 236790. OLE color: 236790.
HSL color Cylindrical-coordinate representation of color #F69C03: hue angle of 37.78º 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 #F69C03 is Cyan = 0, Magento = 0.37, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 156 | 3 | - |
| CMYK | 0 | 0.37 | 0.99 | 0.04 |
| HSL | 37.78º | 0.98% | 0.49% | - |
| HSV(B) | 37.78º | 0.99% | 0.96% | - |
| XYZ | 49.91 | 43.38 | 5.83 | - |
| YUV | 165.47 | 36.32 | 185.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 156 | 3 | 0 | 0.37 | 0.99 | 0.04 | 37.78 | 0.98 | 0.49 |
| Hex | F6 | 9C | 3 | 0 | 25 | 63 | 4 | 26 | 62 | 31 |
| Octal | 366 | 234 | 3 | 0 | 45 | 143 | 4 | 46 | 142 | 61 |
| Binary | 11110110 | 10011100 | 11 | 0 | 100101 | 1100011 | 100 | 100110 | 1100010 | 110001 |
Color Harmonies of #F69C03
Complementary color
Monochromatic Colors of #F69C03
Black with #F69C03
Text Example
Text Example
White with #F69C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69C03; }
p { color: rgb(246,156,3); }
H1.HeaderClassName
{
color: #F69C03;
}
.AnyTagClassName
{
color: #F69C03;
}
</style>
background-color css
<style>
a { background-color: #F69C03; }
a { background-color: rgb(246,156,3); }
div.DivClassName
{
background-color: #F69C03;
}
.BgClassName
{
background-color: #F69C03;
}
</style>
border-color css
<style>
span { border-color: #F69C03; }
span { border-color: rgb(246,156,3); }
td.TdClassName
{
border-color: #F69C03;
}
.TagClassName
{
border-color: #F69C03;
}
</style>