Shades of Orange Peel #F99E01
Tints of Orange Peel #F99E01
RGB
CMYK
RGB Variations
Color information
#F99E01 (or 0xF99E01) is known color: Orange Peel. HEX triplet: F9, 9E and 01. RGB value is (249,158,1). Sum of RGB (Red+Green+Blue) = 249+158+1=408 (54% of max value = 765). Red value is 249 (97.66% from 255 or 61.03% from 408); Green value is 158 (62.11% from 255 or 38.73% from 408); Blue value is 1 (0.78% from 255 or 0.25% from 408); Max value from RGB is 249 - color contains mainly: red. Hex color #F99E01 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F99E01 is #0661FE. Grayscale: #A8A8A8. Windows color (decimal): -418303 or 106233. OLE color: 106233.
HSL color Cylindrical-coordinate representation of color #F99E01: hue angle of 37.98º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F99E01 is Cyan = 0, Magento = 0.37, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 158 | 1 | - |
| CMYK | 0 | 0.37 | 1.00 | 0.02 |
| HSL | 37.98º | 0.99% | 0.49% | - |
| HSV(B) | 37.98º | 1% | 0.98% | - |
| XYZ | 51.3 | 44.6 | 5.93 | - |
| YUV | 167.31 | 34.15 | 186.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 158 | 1 | 0 | 0.37 | 1.00 | 0.02 | 37.98 | 0.99 | 0.49 |
| Hex | F9 | 9E | 1 | 0 | 25 | 64 | 2 | 26 | 63 | 31 |
| Octal | 371 | 236 | 1 | 0 | 45 | 144 | 2 | 46 | 143 | 61 |
| Binary | 11111001 | 10011110 | 1 | 0 | 100101 | 1100100 | 10 | 100110 | 1100011 | 110001 |
Color Harmonies of #F99E01
Complementary color
Monochromatic Colors of #F99E01
Black with #F99E01
Text Example
Text Example
White with #F99E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99E01; }
p { color: rgb(249,158,1); }
H1.HeaderClassName
{
color: #F99E01;
}
.AnyTagClassName
{
color: #F99E01;
}
</style>
background-color css
<style>
a { background-color: #F99E01; }
a { background-color: rgb(249,158,1); }
div.DivClassName
{
background-color: #F99E01;
}
.BgClassName
{
background-color: #F99E01;
}
</style>
border-color css
<style>
span { border-color: #F99E01; }
span { border-color: rgb(249,158,1); }
td.TdClassName
{
border-color: #F99E01;
}
.TagClassName
{
border-color: #F99E01;
}
</style>