Shades of Orange Peel #F69A03
Tints of Orange Peel #F69A03
RGB
CMYK
RGB Variations
Color information
#F69A03 (or 0xF69A03) is known color: Orange Peel. HEX triplet: F6, 9A and 03. RGB value is (246,154,3). Sum of RGB (Red+Green+Blue) = 246+154+3=403 (53% of max value = 765). Red value is 246 (96.48% from 255 or 61.04% from 403); Green value is 154 (60.55% from 255 or 38.21% from 403); Blue value is 3 (1.56% from 255 or 0.74% from 403); Max value from RGB is 246 - color contains mainly: red. Hex color #F69A03 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F69A03 is #0965FC. Grayscale: #A4A4A4. Windows color (decimal): -615933 or 236278. OLE color: 236278.
HSL color Cylindrical-coordinate representation of color #F69A03: hue angle of 37.28º 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 #F69A03 is Cyan = 0, Magento = 0.37, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 154 | 3 | - |
| CMYK | 0 | 0.37 | 0.99 | 0.04 |
| HSL | 37.28º | 0.98% | 0.49% | - |
| HSV(B) | 37.28º | 0.99% | 0.96% | - |
| XYZ | 49.58 | 42.71 | 5.72 | - |
| YUV | 164.29 | 36.98 | 186.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 154 | 3 | 0 | 0.37 | 0.99 | 0.04 | 37.28 | 0.98 | 0.49 |
| Hex | F6 | 9A | 3 | 0 | 25 | 63 | 4 | 25 | 62 | 31 |
| Octal | 366 | 232 | 3 | 0 | 45 | 143 | 4 | 45 | 142 | 61 |
| Binary | 11110110 | 10011010 | 11 | 0 | 100101 | 1100011 | 100 | 100101 | 1100010 | 110001 |
Color Harmonies of #F69A03
Complementary color
Monochromatic Colors of #F69A03
Black with #F69A03
Text Example
Text Example
White with #F69A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69A03; }
p { color: rgb(246,154,3); }
H1.HeaderClassName
{
color: #F69A03;
}
.AnyTagClassName
{
color: #F69A03;
}
</style>
background-color css
<style>
a { background-color: #F69A03; }
a { background-color: rgb(246,154,3); }
div.DivClassName
{
background-color: #F69A03;
}
.BgClassName
{
background-color: #F69A03;
}
</style>
border-color css
<style>
span { border-color: #F69A03; }
span { border-color: rgb(246,154,3); }
td.TdClassName
{
border-color: #F69A03;
}
.TagClassName
{
border-color: #F69A03;
}
</style>