Shades of Orange Peel #F7990B
Tints of Orange Peel #F7990B
RGB
CMYK
RGB Variations
Color information
#F7990B (or 0xF7990B) is known color: Orange Peel. HEX triplet: F7, 99 and 0B. RGB value is (247,153,11). Sum of RGB (Red+Green+Blue) = 247+153+11=411 (54% of max value = 765). Red value is 247 (96.88% from 255 or 60.10% from 411); Green value is 153 (60.16% from 255 or 37.23% from 411); Blue value is 11 (4.69% from 255 or 2.68% from 411); Max value from RGB is 247 - color contains mainly: red. Hex color #F7990B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F7990B is #0866F4. Grayscale: #A5A5A5. Windows color (decimal): -550645 or 760311. OLE color: 760311.
HSL color Cylindrical-coordinate representation of color #F7990B: hue angle of 36.1º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F7990B is Cyan = 0, Magento = 0.38, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 153 | 11 | - |
| CMYK | 0 | 0.38 | 0.96 | 0.03 |
| HSL | 36.1º | 0.94% | 0.51% | - |
| HSV(B) | 36.1º | 0.96% | 0.97% | - |
| XYZ | 49.81 | 42.58 | 5.91 | - |
| YUV | 164.92 | 41.14 | 186.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 153 | 11 | 0 | 0.38 | 0.96 | 0.03 | 36.1 | 0.94 | 0.51 |
| Hex | F7 | 99 | B | 0 | 26 | 60 | 3 | 24 | 5E | 33 |
| Octal | 367 | 231 | 13 | 0 | 46 | 140 | 3 | 44 | 136 | 63 |
| Binary | 11110111 | 10011001 | 1011 | 0 | 100110 | 1100000 | 11 | 100100 | 1011110 | 110011 |
Color Harmonies of #F7990B
Complementary color
Monochromatic Colors of #F7990B
Black with #F7990B
Text Example
Text Example
White with #F7990B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7990B; }
p { color: rgb(247,153,11); }
H1.HeaderClassName
{
color: #F7990B;
}
.AnyTagClassName
{
color: #F7990B;
}
</style>
background-color css
<style>
a { background-color: #F7990B; }
a { background-color: rgb(247,153,11); }
div.DivClassName
{
background-color: #F7990B;
}
.BgClassName
{
background-color: #F7990B;
}
</style>
border-color css
<style>
span { border-color: #F7990B; }
span { border-color: rgb(247,153,11); }
td.TdClassName
{
border-color: #F7990B;
}
.TagClassName
{
border-color: #F7990B;
}
</style>