Shades of Orange Peel #FF9705
Tints of Orange Peel #FF9705
RGB
CMYK
RGB Variations
Color information
#FF9705 (or 0xFF9705) is known color: Orange Peel. HEX triplet: FF, 97 and 05. RGB value is (255,151,5). Sum of RGB (Red+Green+Blue) = 255+151+5=411 (54% of max value = 765). Red value is 255 (100% from 255 or 62.04% from 411); Green value is 151 (59.38% from 255 or 36.74% from 411); Blue value is 5 (2.34% from 255 or 1.22% from 411); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9705 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9705 is #0068FA. Grayscale: #A6A6A6. Windows color (decimal): -26875 or 366591. OLE color: 366591.
HSL color Cylindrical-coordinate representation of color #FF9705: hue angle of 35.04º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF9705 is Cyan = 0, Magento = 0.41, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 151 | 5 | - |
| CMYK | 0 | 0.41 | 0.98 | 0 |
| HSL | 35.04º | 1% | 0.51% | - |
| HSV(B) | 35.04º | 0.98% | 1% | - |
| XYZ | 52.33 | 43.4 | 5.76 | - |
| YUV | 165.45 | 37.46 | 191.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 151 | 5 | 0 | 0.41 | 0.98 | 0 | 35.04 | 1 | 0.51 |
| Hex | FF | 97 | 5 | 0 | 29 | 62 | 0 | 23 | 64 | 33 |
| Octal | 377 | 227 | 5 | 0 | 51 | 142 | 0 | 43 | 144 | 63 |
| Binary | 11111111 | 10010111 | 101 | 0 | 101001 | 1100010 | 0 | 100011 | 1100100 | 110011 |
Color Harmonies of #FF9705
Complementary color
Monochromatic Colors of #FF9705
Black with #FF9705
Text Example
Text Example
White with #FF9705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9705; }
p { color: rgb(255,151,5); }
H1.HeaderClassName
{
color: #FF9705;
}
.AnyTagClassName
{
color: #FF9705;
}
</style>
background-color css
<style>
a { background-color: #FF9705; }
a { background-color: rgb(255,151,5); }
div.DivClassName
{
background-color: #FF9705;
}
.BgClassName
{
background-color: #FF9705;
}
</style>
border-color css
<style>
span { border-color: #FF9705; }
span { border-color: rgb(255,151,5); }
td.TdClassName
{
border-color: #FF9705;
}
.TagClassName
{
border-color: #FF9705;
}
</style>