Shades of Orange Peel #F19B00
Tints of Orange Peel #F19B00
RGB
CMYK
RGB Variations
Color information
#F19B00 (or 0xF19B00) is known color: Orange Peel. HEX triplet: F1, 9B and 00. RGB value is (241,155,0). Sum of RGB (Red+Green+Blue) = 241+155+0=396 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.86% from 396); Green value is 155 (60.94% from 255 or 39.14% from 396); Blue value is 0 (0.39% from 255 or 0% from 396); Max value from RGB is 241 - color contains mainly: red. Hex color #F19B00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F19B00 is #0E64FF. Grayscale: #A3A3A3. Windows color (decimal): -943360 or 39921. OLE color: 39921.
HSL color Cylindrical-coordinate representation of color #F19B00: hue angle of 38.59º 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 #F19B00 is Cyan = 0, Magento = 0.36, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 155 | 0 | - |
| CMYK | 0 | 0.36 | 1 | 0.05 |
| HSL | 38.59º | 1% | 0.47% | - |
| HSV(B) | 38.59º | 1% | 0.95% | - |
| XYZ | 48 | 42.14 | 5.6 | - |
| YUV | 163.04 | 35.99 | 183.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 155 | 0 | 0 | 0.36 | 1 | 0.05 | 38.59 | 1 | 0.47 |
| Hex | F1 | 9B | 0 | 0 | 24 | 64 | 5 | 27 | 64 | 2F |
| Octal | 361 | 233 | 0 | 0 | 44 | 144 | 5 | 47 | 144 | 57 |
| Binary | 11110001 | 10011011 | 0 | 0 | 100100 | 1100100 | 101 | 100111 | 1100100 | 101111 |
Color Harmonies of #F19B00
Complementary color
Monochromatic Colors of #F19B00
Black with #F19B00
Text Example
Text Example
White with #F19B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19B00; }
p { color: rgb(241,155,0); }
H1.HeaderClassName
{
color: #F19B00;
}
.AnyTagClassName
{
color: #F19B00;
}
</style>
background-color css
<style>
a { background-color: #F19B00; }
a { background-color: rgb(241,155,0); }
div.DivClassName
{
background-color: #F19B00;
}
.BgClassName
{
background-color: #F19B00;
}
</style>
border-color css
<style>
span { border-color: #F19B00; }
span { border-color: rgb(241,155,0); }
td.TdClassName
{
border-color: #F19B00;
}
.TagClassName
{
border-color: #F19B00;
}
</style>