Shades of Orange Peel #FF9A07
Tints of Orange Peel #FF9A07
RGB
CMYK
RGB Variations
Color information
#FF9A07 (or 0xFF9A07) is known color: Orange Peel. HEX triplet: FF, 9A and 07. RGB value is (255,154,7). Sum of RGB (Red+Green+Blue) = 255+154+7=416 (55% of max value = 765). Red value is 255 (100% from 255 or 61.30% from 416); Green value is 154 (60.55% from 255 or 37.02% from 416); Blue value is 7 (3.12% from 255 or 1.68% from 416); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9A07 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9A07 is #0065F8. Grayscale: #A8A8A8. Windows color (decimal): -26105 or 498431. OLE color: 498431.
HSL color Cylindrical-coordinate representation of color #FF9A07: hue angle of 35.56º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FF9A07 is Cyan = 0, Magento = 0.40, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 154 | 7 | - |
| CMYK | 0 | 0.40 | 0.97 | 0 |
| HSL | 35.56º | 1% | 0.51% | - |
| HSV(B) | 35.56º | 0.97% | 1% | - |
| XYZ | 52.83 | 44.39 | 5.98 | - |
| YUV | 167.44 | 37.46 | 190.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 154 | 7 | 0 | 0.40 | 0.97 | 0 | 35.56 | 1 | 0.51 |
| Hex | FF | 9A | 7 | 0 | 28 | 61 | 0 | 24 | 64 | 33 |
| Octal | 377 | 232 | 7 | 0 | 50 | 141 | 0 | 44 | 144 | 63 |
| Binary | 11111111 | 10011010 | 111 | 0 | 101000 | 1100001 | 0 | 100100 | 1100100 | 110011 |
Color Harmonies of #FF9A07
Complementary color
Monochromatic Colors of #FF9A07
Black with #FF9A07
Text Example
Text Example
White with #FF9A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9A07; }
p { color: rgb(255,154,7); }
H1.HeaderClassName
{
color: #FF9A07;
}
.AnyTagClassName
{
color: #FF9A07;
}
</style>
background-color css
<style>
a { background-color: #FF9A07; }
a { background-color: rgb(255,154,7); }
div.DivClassName
{
background-color: #FF9A07;
}
.BgClassName
{
background-color: #FF9A07;
}
</style>
border-color css
<style>
span { border-color: #FF9A07; }
span { border-color: rgb(255,154,7); }
td.TdClassName
{
border-color: #FF9A07;
}
.TagClassName
{
border-color: #FF9A07;
}
</style>