Shades of Orange Peel #F19600
Tints of Orange Peel #F19600
RGB
CMYK
RGB Variations
Color information
#F19600 (or 0xF19600) is known color: Orange Peel. HEX triplet: F1, 96 and 00. RGB value is (241,150,0). Sum of RGB (Red+Green+Blue) = 241+150+0=391 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.64% from 391); Green value is 150 (58.98% from 255 or 38.36% from 391); Blue value is 0 (0.39% from 255 or 0% from 391); Max value from RGB is 241 - color contains mainly: red. Hex color #F19600 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F19600 is #0E69FF. Grayscale: #A0A0A0. Windows color (decimal): -944640 or 38641. OLE color: 38641.
HSL color Cylindrical-coordinate representation of color #F19600: hue angle of 37.34º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F19600 is Cyan = 0, Magento = 0.38, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 150 | 0 | - |
| CMYK | 0 | 0.38 | 1 | 0.05 |
| HSL | 37.34º | 1% | 0.47% | - |
| HSV(B) | 37.34º | 1% | 0.95% | - |
| XYZ | 47.18 | 40.51 | 5.33 | - |
| YUV | 160.11 | 37.65 | 185.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 150 | 0 | 0 | 0.38 | 1 | 0.05 | 37.34 | 1 | 0.47 |
| Hex | F1 | 96 | 0 | 0 | 26 | 64 | 5 | 25 | 64 | 2F |
| Octal | 361 | 226 | 0 | 0 | 46 | 144 | 5 | 45 | 144 | 57 |
| Binary | 11110001 | 10010110 | 0 | 0 | 100110 | 1100100 | 101 | 100101 | 1100100 | 101111 |
Color Harmonies of #F19600
Complementary color
Monochromatic Colors of #F19600
Black with #F19600
Text Example
Text Example
White with #F19600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19600; }
p { color: rgb(241,150,0); }
H1.HeaderClassName
{
color: #F19600;
}
.AnyTagClassName
{
color: #F19600;
}
</style>
background-color css
<style>
a { background-color: #F19600; }
a { background-color: rgb(241,150,0); }
div.DivClassName
{
background-color: #F19600;
}
.BgClassName
{
background-color: #F19600;
}
</style>
border-color css
<style>
span { border-color: #F19600; }
span { border-color: rgb(241,150,0); }
td.TdClassName
{
border-color: #F19600;
}
.TagClassName
{
border-color: #F19600;
}
</style>