Shades of Orange Peel #F19603
Tints of Orange Peel #F19603
RGB
CMYK
RGB Variations
Color information
#F19603 (or 0xF19603) is known color: Orange Peel. HEX triplet: F1, 96 and 03. RGB value is (241,150,3). Sum of RGB (Red+Green+Blue) = 241+150+3=394 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.17% from 394); Green value is 150 (58.98% from 255 or 38.07% from 394); Blue value is 3 (1.56% from 255 or 0.76% from 394); Max value from RGB is 241 - color contains mainly: red. Hex color #F19603 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F19603 is #0E69FC. Grayscale: #A1A1A1. Windows color (decimal): -944637 or 235249. OLE color: 235249.
HSL color Cylindrical-coordinate representation of color #F19603: hue angle of 37.06º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F19603 is Cyan = 0, Magento = 0.38, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 150 | 3 | - |
| CMYK | 0 | 0.38 | 0.99 | 0.05 |
| HSL | 37.06º | 0.98% | 0.48% | - |
| HSV(B) | 37.06º | 0.99% | 0.95% | - |
| XYZ | 47.2 | 40.52 | 5.42 | - |
| YUV | 160.45 | 39.15 | 185.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 150 | 3 | 0 | 0.38 | 0.99 | 0.05 | 37.06 | 0.98 | 0.48 |
| Hex | F1 | 96 | 3 | 0 | 26 | 63 | 5 | 25 | 62 | 30 |
| Octal | 361 | 226 | 3 | 0 | 46 | 143 | 5 | 45 | 142 | 60 |
| Binary | 11110001 | 10010110 | 11 | 0 | 100110 | 1100011 | 101 | 100101 | 1100010 | 110000 |
Color Harmonies of #F19603
Complementary color
Monochromatic Colors of #F19603
Black with #F19603
Text Example
Text Example
White with #F19603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19603; }
p { color: rgb(241,150,3); }
H1.HeaderClassName
{
color: #F19603;
}
.AnyTagClassName
{
color: #F19603;
}
</style>
background-color css
<style>
a { background-color: #F19603; }
a { background-color: rgb(241,150,3); }
div.DivClassName
{
background-color: #F19603;
}
.BgClassName
{
background-color: #F19603;
}
</style>
border-color css
<style>
span { border-color: #F19603; }
span { border-color: rgb(241,150,3); }
td.TdClassName
{
border-color: #F19603;
}
.TagClassName
{
border-color: #F19603;
}
</style>