Shades of Orange Peel #F99601
Tints of Orange Peel #F99601
RGB
CMYK
RGB Variations
Color information
#F99601 (or 0xF99601) is known color: Orange Peel. HEX triplet: F9, 96 and 01. RGB value is (249,150,1). Sum of RGB (Red+Green+Blue) = 249+150+1=400 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.25% from 400); Green value is 150 (58.98% from 255 or 37.5% from 400); Blue value is 1 (0.78% from 255 or 0.25% from 400); Max value from RGB is 249 - color contains mainly: red. Hex color #F99601 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F99601 is #0669FE. Grayscale: #A3A3A3. Windows color (decimal): -420351 or 104185. OLE color: 104185.
HSL color Cylindrical-coordinate representation of color #F99601: hue angle of 36.05º 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 #F99601 is Cyan = 0, Magento = 0.40, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 150 | 1 | - |
| CMYK | 0 | 0.40 | 1.00 | 0.02 |
| HSL | 36.05º | 0.99% | 0.49% | - |
| HSV(B) | 36.05º | 1% | 0.98% | - |
| XYZ | 49.98 | 41.95 | 5.49 | - |
| YUV | 162.62 | 36.8 | 189.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 150 | 1 | 0 | 0.40 | 1.00 | 0.02 | 36.05 | 0.99 | 0.49 |
| Hex | F9 | 96 | 1 | 0 | 28 | 64 | 2 | 24 | 63 | 31 |
| Octal | 371 | 226 | 1 | 0 | 50 | 144 | 2 | 44 | 143 | 61 |
| Binary | 11111001 | 10010110 | 1 | 0 | 101000 | 1100100 | 10 | 100100 | 1100011 | 110001 |
Color Harmonies of #F99601
Complementary color
Monochromatic Colors of #F99601
Black with #F99601
Text Example
Text Example
White with #F99601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99601; }
p { color: rgb(249,150,1); }
H1.HeaderClassName
{
color: #F99601;
}
.AnyTagClassName
{
color: #F99601;
}
</style>
background-color css
<style>
a { background-color: #F99601; }
a { background-color: rgb(249,150,1); }
div.DivClassName
{
background-color: #F99601;
}
.BgClassName
{
background-color: #F99601;
}
</style>
border-color css
<style>
span { border-color: #F99601; }
span { border-color: rgb(249,150,1); }
td.TdClassName
{
border-color: #F99601;
}
.TagClassName
{
border-color: #F99601;
}
</style>