Shades of Orange Peel #F69901
Tints of Orange Peel #F69901
RGB
CMYK
RGB Variations
Color information
#F69901 (or 0xF69901) is known color: Orange Peel. HEX triplet: F6, 99 and 01. RGB value is (246,153,1). Sum of RGB (Red+Green+Blue) = 246+153+1=400 (52% of max value = 765). Red value is 246 (96.48% from 255 or 61.5% from 400); Green value is 153 (60.16% from 255 or 38.25% from 400); Blue value is 1 (0.78% from 255 or 0.25% from 400); Max value from RGB is 246 - color contains mainly: red. Hex color #F69901 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F69901 is #0966FE. Grayscale: #A4A4A4. Windows color (decimal): -616191 or 104950. OLE color: 104950.
HSL color Cylindrical-coordinate representation of color #F69901: hue angle of 37.22º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F69901 is Cyan = 0, Magento = 0.38, Yellow = 1.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 153 | 1 | - |
| CMYK | 0 | 0.38 | 1.00 | 0.04 |
| HSL | 37.22º | 0.99% | 0.48% | - |
| HSV(B) | 37.22º | 1% | 0.96% | - |
| XYZ | 49.4 | 42.38 | 5.6 | - |
| YUV | 163.48 | 36.31 | 186.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 153 | 1 | 0 | 0.38 | 1.00 | 0.04 | 37.22 | 0.99 | 0.48 |
| Hex | F6 | 99 | 1 | 0 | 26 | 64 | 4 | 25 | 63 | 30 |
| Octal | 366 | 231 | 1 | 0 | 46 | 144 | 4 | 45 | 143 | 60 |
| Binary | 11110110 | 10011001 | 1 | 0 | 100110 | 1100100 | 100 | 100101 | 1100011 | 110000 |
Color Harmonies of #F69901
Complementary color
Monochromatic Colors of #F69901
Black with #F69901
Text Example
Text Example
White with #F69901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69901; }
p { color: rgb(246,153,1); }
H1.HeaderClassName
{
color: #F69901;
}
.AnyTagClassName
{
color: #F69901;
}
</style>
background-color css
<style>
a { background-color: #F69901; }
a { background-color: rgb(246,153,1); }
div.DivClassName
{
background-color: #F69901;
}
.BgClassName
{
background-color: #F69901;
}
</style>
border-color css
<style>
span { border-color: #F69901; }
span { border-color: rgb(246,153,1); }
td.TdClassName
{
border-color: #F69901;
}
.TagClassName
{
border-color: #F69901;
}
</style>