Shades of Orange Peel #FF9D0A
Tints of Orange Peel #FF9D0A
RGB
CMYK
RGB Variations
Color information
#FF9D0A (or 0xFF9D0A) is known color: Orange Peel. HEX triplet: FF, 9D and 0A. RGB value is (255,157,10). Sum of RGB (Red+Green+Blue) = 255+157+10=422 (55% of max value = 765). Red value is 255 (100% from 255 or 60.43% from 422); Green value is 157 (61.72% from 255 or 37.20% from 422); Blue value is 10 (4.30% from 255 or 2.37% from 422); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9D0A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9D0A is #0062F5. Grayscale: #AAAAAA. Windows color (decimal): -25334 or 695807. OLE color: 695807.
HSL color Cylindrical-coordinate representation of color #FF9D0A: hue angle of 36º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF9D0A is Cyan = 0, Magento = 0.38, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 157 | 10 | - |
| CMYK | 0 | 0.38 | 0.96 | 0 |
| HSL | 36º | 1% | 0.52% | - |
| HSV(B) | 36º | 0.96% | 1% | - |
| XYZ | 53.35 | 45.4 | 6.24 | - |
| YUV | 169.54 | 37.97 | 188.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 157 | 10 | 0 | 0.38 | 0.96 | 0 | 36 | 1 | 0.52 |
| Hex | FF | 9D | A | 0 | 26 | 60 | 0 | 24 | 64 | 34 |
| Octal | 377 | 235 | 12 | 0 | 46 | 140 | 0 | 44 | 144 | 64 |
| Binary | 11111111 | 10011101 | 1010 | 0 | 100110 | 1100000 | 0 | 100100 | 1100100 | 110100 |
Color Harmonies of #FF9D0A
Complementary color
Monochromatic Colors of #FF9D0A
Black with #FF9D0A
Text Example
Text Example
White with #FF9D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9D0A; }
p { color: rgb(255,157,10); }
H1.HeaderClassName
{
color: #FF9D0A;
}
.AnyTagClassName
{
color: #FF9D0A;
}
</style>
background-color css
<style>
a { background-color: #FF9D0A; }
a { background-color: rgb(255,157,10); }
div.DivClassName
{
background-color: #FF9D0A;
}
.BgClassName
{
background-color: #FF9D0A;
}
</style>
border-color css
<style>
span { border-color: #FF9D0A; }
span { border-color: rgb(255,157,10); }
td.TdClassName
{
border-color: #FF9D0A;
}
.TagClassName
{
border-color: #FF9D0A;
}
</style>