Shades of Orange Peel #FF970E
Tints of Orange Peel #FF970E
RGB
CMYK
RGB Variations
Color information
#FF970E (or 0xFF970E) is known color: Orange Peel. HEX triplet: FF, 97 and 0E. RGB value is (255,151,14). Sum of RGB (Red+Green+Blue) = 255+151+14=420 (55% of max value = 765). Red value is 255 (100% from 255 or 60.71% from 420); Green value is 151 (59.38% from 255 or 35.95% from 420); Blue value is 14 (5.86% from 255 or 3.33% from 420); Max value from RGB is 255 - color contains mainly: red. Hex color #FF970E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF970E is #0068F1. Grayscale: #A7A7A7. Windows color (decimal): -26866 or 956415. OLE color: 956415.
HSL color Cylindrical-coordinate representation of color #FF970E: hue angle of 34.11º 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 #FF970E is Cyan = 0, Magento = 0.41, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 151 | 14 | - |
| CMYK | 0 | 0.41 | 0.95 | 0 |
| HSL | 34.11º | 1% | 0.53% | - |
| HSV(B) | 34.11º | 0.95% | 1% | - |
| XYZ | 52.39 | 43.42 | 6.04 | - |
| YUV | 166.48 | 41.96 | 191.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 151 | 14 | 0 | 0.41 | 0.95 | 0 | 34.11 | 1 | 0.53 |
| Hex | FF | 97 | E | 0 | 29 | 5F | 0 | 22 | 64 | 35 |
| Octal | 377 | 227 | 16 | 0 | 51 | 137 | 0 | 42 | 144 | 65 |
| Binary | 11111111 | 10010111 | 1110 | 0 | 101001 | 1011111 | 0 | 100010 | 1100100 | 110101 |
Color Harmonies of #FF970E
Complementary color
Monochromatic Colors of #FF970E
Black with #FF970E
Text Example
Text Example
White with #FF970E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF970E; }
p { color: rgb(255,151,14); }
H1.HeaderClassName
{
color: #FF970E;
}
.AnyTagClassName
{
color: #FF970E;
}
</style>
background-color css
<style>
a { background-color: #FF970E; }
a { background-color: rgb(255,151,14); }
div.DivClassName
{
background-color: #FF970E;
}
.BgClassName
{
background-color: #FF970E;
}
</style>
border-color css
<style>
span { border-color: #FF970E; }
span { border-color: rgb(255,151,14); }
td.TdClassName
{
border-color: #FF970E;
}
.TagClassName
{
border-color: #FF970E;
}
</style>