Shades of Orange Peel #F4980A
Tints of Orange Peel #F4980A
RGB
CMYK
RGB Variations
Color information
#F4980A (or 0xF4980A) is known color: Orange Peel. HEX triplet: F4, 98 and 0A. RGB value is (244,152,10). Sum of RGB (Red+Green+Blue) = 244+152+10=406 (53% of max value = 765). Red value is 244 (95.70% from 255 or 60.10% from 406); Green value is 152 (59.77% from 255 or 37.44% from 406); Blue value is 10 (4.30% from 255 or 2.46% from 406); Max value from RGB is 244 - color contains mainly: red. Hex color #F4980A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F4980A is #0B67F5. Grayscale: #A3A3A3. Windows color (decimal): -747510 or 694516. OLE color: 694516.
HSL color Cylindrical-coordinate representation of color #F4980A: hue angle of 36.41º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F4980A is Cyan = 0, Magento = 0.38, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 152 | 10 | - |
| CMYK | 0 | 0.38 | 0.96 | 0.04 |
| HSL | 36.41º | 0.92% | 0.5% | - |
| HSV(B) | 36.41º | 0.96% | 0.96% | - |
| XYZ | 48.59 | 41.71 | 5.78 | - |
| YUV | 163.32 | 41.48 | 185.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 152 | 10 | 0 | 0.38 | 0.96 | 0.04 | 36.41 | 0.92 | 0.5 |
| Hex | F4 | 98 | A | 0 | 26 | 60 | 4 | 24 | 5C | 32 |
| Octal | 364 | 230 | 12 | 0 | 46 | 140 | 4 | 44 | 134 | 62 |
| Binary | 11110100 | 10011000 | 1010 | 0 | 100110 | 1100000 | 100 | 100100 | 1011100 | 110010 |
Color Harmonies of #F4980A
Complementary color
Monochromatic Colors of #F4980A
Black with #F4980A
Text Example
Text Example
White with #F4980A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4980A; }
p { color: rgb(244,152,10); }
H1.HeaderClassName
{
color: #F4980A;
}
.AnyTagClassName
{
color: #F4980A;
}
</style>
background-color css
<style>
a { background-color: #F4980A; }
a { background-color: rgb(244,152,10); }
div.DivClassName
{
background-color: #F4980A;
}
.BgClassName
{
background-color: #F4980A;
}
</style>
border-color css
<style>
span { border-color: #F4980A; }
span { border-color: rgb(244,152,10); }
td.TdClassName
{
border-color: #F4980A;
}
.TagClassName
{
border-color: #F4980A;
}
</style>