Shades of Orange Peel #F69A0B
Tints of Orange Peel #F69A0B
RGB
CMYK
RGB Variations
Color information
#F69A0B (or 0xF69A0B) is known color: Orange Peel. HEX triplet: F6, 9A and 0B. RGB value is (246,154,11). Sum of RGB (Red+Green+Blue) = 246+154+11=411 (54% of max value = 765). Red value is 246 (96.48% from 255 or 59.85% from 411); Green value is 154 (60.55% from 255 or 37.47% from 411); Blue value is 11 (4.69% from 255 or 2.68% from 411); Max value from RGB is 246 - color contains mainly: red. Hex color #F69A0B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F69A0B is #0965F4. Grayscale: #A5A5A5. Windows color (decimal): -615925 or 760566. OLE color: 760566.
HSL color Cylindrical-coordinate representation of color #F69A0B: hue angle of 36.51º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F69A0B is Cyan = 0, Magento = 0.37, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 154 | 11 | - |
| CMYK | 0 | 0.37 | 0.96 | 0.04 |
| HSL | 36.51º | 0.93% | 0.5% | - |
| HSV(B) | 36.51º | 0.96% | 0.96% | - |
| XYZ | 49.62 | 42.73 | 5.95 | - |
| YUV | 165.21 | 40.98 | 185.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 154 | 11 | 0 | 0.37 | 0.96 | 0.04 | 36.51 | 0.93 | 0.5 |
| Hex | F6 | 9A | B | 0 | 25 | 60 | 4 | 25 | 5D | 32 |
| Octal | 366 | 232 | 13 | 0 | 45 | 140 | 4 | 45 | 135 | 62 |
| Binary | 11110110 | 10011010 | 1011 | 0 | 100101 | 1100000 | 100 | 100101 | 1011101 | 110010 |
Color Harmonies of #F69A0B
Complementary color
Monochromatic Colors of #F69A0B
Black with #F69A0B
Text Example
Text Example
White with #F69A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69A0B; }
p { color: rgb(246,154,11); }
H1.HeaderClassName
{
color: #F69A0B;
}
.AnyTagClassName
{
color: #F69A0B;
}
</style>
background-color css
<style>
a { background-color: #F69A0B; }
a { background-color: rgb(246,154,11); }
div.DivClassName
{
background-color: #F69A0B;
}
.BgClassName
{
background-color: #F69A0B;
}
</style>
border-color css
<style>
span { border-color: #F69A0B; }
span { border-color: rgb(246,154,11); }
td.TdClassName
{
border-color: #F69A0B;
}
.TagClassName
{
border-color: #F69A0B;
}
</style>