Shades of Orange Peel #F69B0D
Tints of Orange Peel #F69B0D
RGB
CMYK
RGB Variations
Color information
#F69B0D (or 0xF69B0D) is known color: Orange Peel. HEX triplet: F6, 9B and 0D. RGB value is (246,155,13). Sum of RGB (Red+Green+Blue) = 246+155+13=414 (54% of max value = 765). Red value is 246 (96.48% from 255 or 59.42% from 414); Green value is 155 (60.94% from 255 or 37.44% from 414); Blue value is 13 (5.47% from 255 or 3.14% from 414); Max value from RGB is 246 - color contains mainly: red. Hex color #F69B0D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F69B0D is #0964F2. Grayscale: #A6A6A6. Windows color (decimal): -615667 or 891894. OLE color: 891894.
HSL color Cylindrical-coordinate representation of color #F69B0D: hue angle of 36.57º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F69B0D is Cyan = 0, Magento = 0.37, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 155 | 13 | - |
| CMYK | 0 | 0.37 | 0.95 | 0.04 |
| HSL | 36.57º | 0.93% | 0.51% | - |
| HSV(B) | 36.57º | 0.95% | 0.96% | - |
| XYZ | 49.8 | 43.06 | 6.07 | - |
| YUV | 166.02 | 41.65 | 185.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 155 | 13 | 0 | 0.37 | 0.95 | 0.04 | 36.57 | 0.93 | 0.51 |
| Hex | F6 | 9B | D | 0 | 25 | 5F | 4 | 25 | 5D | 33 |
| Octal | 366 | 233 | 15 | 0 | 45 | 137 | 4 | 45 | 135 | 63 |
| Binary | 11110110 | 10011011 | 1101 | 0 | 100101 | 1011111 | 100 | 100101 | 1011101 | 110011 |
Color Harmonies of #F69B0D
Complementary color
Monochromatic Colors of #F69B0D
Black with #F69B0D
Text Example
Text Example
White with #F69B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69B0D; }
p { color: rgb(246,155,13); }
H1.HeaderClassName
{
color: #F69B0D;
}
.AnyTagClassName
{
color: #F69B0D;
}
</style>
background-color css
<style>
a { background-color: #F69B0D; }
a { background-color: rgb(246,155,13); }
div.DivClassName
{
background-color: #F69B0D;
}
.BgClassName
{
background-color: #F69B0D;
}
</style>
border-color css
<style>
span { border-color: #F69B0D; }
span { border-color: rgb(246,155,13); }
td.TdClassName
{
border-color: #F69B0D;
}
.TagClassName
{
border-color: #F69B0D;
}
</style>