Shades of Orange Peel #FF980E
Tints of Orange Peel #FF980E
RGB
CMYK
RGB Variations
Color information
#FF980E (or 0xFF980E) is known color: Orange Peel. HEX triplet: FF, 98 and 0E. RGB value is (255,152,14). Sum of RGB (Red+Green+Blue) = 255+152+14=421 (55% of max value = 765). Red value is 255 (100% from 255 or 60.57% from 421); Green value is 152 (59.77% from 255 or 36.10% from 421); Blue value is 14 (5.86% from 255 or 3.33% from 421); Max value from RGB is 255 - color contains mainly: red. Hex color #FF980E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF980E is #0067F1. Grayscale: #A7A7A7. Windows color (decimal): -26610 or 956671. OLE color: 956671.
HSL color Cylindrical-coordinate representation of color #FF980E: hue angle of 34.36º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF980E is Cyan = 0, Magento = 0.40, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 152 | 14 | - |
| CMYK | 0 | 0.40 | 0.95 | 0 |
| HSL | 34.36º | 1% | 0.53% | - |
| HSV(B) | 34.36º | 0.95% | 1% | - |
| XYZ | 52.55 | 43.75 | 6.09 | - |
| YUV | 167.07 | 41.62 | 190.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 152 | 14 | 0 | 0.40 | 0.95 | 0 | 34.36 | 1 | 0.53 |
| Hex | FF | 98 | E | 0 | 28 | 5F | 0 | 22 | 64 | 35 |
| Octal | 377 | 230 | 16 | 0 | 50 | 137 | 0 | 42 | 144 | 65 |
| Binary | 11111111 | 10011000 | 1110 | 0 | 101000 | 1011111 | 0 | 100010 | 1100100 | 110101 |
Color Harmonies of #FF980E
Complementary color
Monochromatic Colors of #FF980E
Black with #FF980E
Text Example
Text Example
White with #FF980E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF980E; }
p { color: rgb(255,152,14); }
H1.HeaderClassName
{
color: #FF980E;
}
.AnyTagClassName
{
color: #FF980E;
}
</style>
background-color css
<style>
a { background-color: #FF980E; }
a { background-color: rgb(255,152,14); }
div.DivClassName
{
background-color: #FF980E;
}
.BgClassName
{
background-color: #FF980E;
}
</style>
border-color css
<style>
span { border-color: #FF980E; }
span { border-color: rgb(255,152,14); }
td.TdClassName
{
border-color: #FF980E;
}
.TagClassName
{
border-color: #FF980E;
}
</style>