Shades of Orange Peel #FF970D
Tints of Orange Peel #FF970D
RGB
CMYK
RGB Variations
Color information
#FF970D (or 0xFF970D) is known color: Orange Peel. HEX triplet: FF, 97 and 0D. RGB value is (255,151,13). Sum of RGB (Red+Green+Blue) = 255+151+13=419 (55% of max value = 765). Red value is 255 (100% from 255 or 60.86% from 419); Green value is 151 (59.38% from 255 or 36.04% from 419); Blue value is 13 (5.47% from 255 or 3.10% from 419); Max value from RGB is 255 - color contains mainly: red. Hex color #FF970D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF970D is #0068F2. Grayscale: #A7A7A7. Windows color (decimal): -26867 or 890879. OLE color: 890879.
HSL color Cylindrical-coordinate representation of color #FF970D: hue angle of 34.21º 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 #FF970D is Cyan = 0, Magento = 0.41, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 151 | 13 | - |
| CMYK | 0 | 0.41 | 0.95 | 0 |
| HSL | 34.21º | 1% | 0.53% | - |
| HSV(B) | 34.21º | 0.95% | 1% | - |
| XYZ | 52.38 | 43.42 | 6 | - |
| YUV | 166.36 | 41.46 | 191.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 151 | 13 | 0 | 0.41 | 0.95 | 0 | 34.21 | 1 | 0.53 |
| Hex | FF | 97 | D | 0 | 29 | 5F | 0 | 22 | 64 | 35 |
| Octal | 377 | 227 | 15 | 0 | 51 | 137 | 0 | 42 | 144 | 65 |
| Binary | 11111111 | 10010111 | 1101 | 0 | 101001 | 1011111 | 0 | 100010 | 1100100 | 110101 |
Color Harmonies of #FF970D
Complementary color
Monochromatic Colors of #FF970D
Black with #FF970D
Text Example
Text Example
White with #FF970D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF970D; }
p { color: rgb(255,151,13); }
H1.HeaderClassName
{
color: #FF970D;
}
.AnyTagClassName
{
color: #FF970D;
}
</style>
background-color css
<style>
a { background-color: #FF970D; }
a { background-color: rgb(255,151,13); }
div.DivClassName
{
background-color: #FF970D;
}
.BgClassName
{
background-color: #FF970D;
}
</style>
border-color css
<style>
span { border-color: #FF970D; }
span { border-color: rgb(255,151,13); }
td.TdClassName
{
border-color: #FF970D;
}
.TagClassName
{
border-color: #FF970D;
}
</style>