Shades of Orange Peel #FF9A0D
Tints of Orange Peel #FF9A0D
RGB
CMYK
RGB Variations
Color information
#FF9A0D (or 0xFF9A0D) is known color: Orange Peel. HEX triplet: FF, 9A and 0D. RGB value is (255,154,13). Sum of RGB (Red+Green+Blue) = 255+154+13=422 (55% of max value = 765). Red value is 255 (100% from 255 or 60.43% from 422); Green value is 154 (60.55% from 255 or 36.49% from 422); Blue value is 13 (5.47% from 255 or 3.08% from 422); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9A0D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9A0D is #0065F2. Grayscale: #A8A8A8. Windows color (decimal): -26099 or 891647. OLE color: 891647.
HSL color Cylindrical-coordinate representation of color #FF9A0D: hue angle of 34.96º 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 #FF9A0D is Cyan = 0, Magento = 0.40, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 154 | 13 | - |
| CMYK | 0 | 0.40 | 0.95 | 0 |
| HSL | 34.96º | 1% | 0.53% | - |
| HSV(B) | 34.96º | 0.95% | 1% | - |
| XYZ | 52.87 | 44.4 | 6.16 | - |
| YUV | 168.13 | 40.46 | 189.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 154 | 13 | 0 | 0.40 | 0.95 | 0 | 34.96 | 1 | 0.53 |
| Hex | FF | 9A | D | 0 | 28 | 5F | 0 | 23 | 64 | 35 |
| Octal | 377 | 232 | 15 | 0 | 50 | 137 | 0 | 43 | 144 | 65 |
| Binary | 11111111 | 10011010 | 1101 | 0 | 101000 | 1011111 | 0 | 100011 | 1100100 | 110101 |
Color Harmonies of #FF9A0D
Complementary color
Monochromatic Colors of #FF9A0D
Black with #FF9A0D
Text Example
Text Example
White with #FF9A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9A0D; }
p { color: rgb(255,154,13); }
H1.HeaderClassName
{
color: #FF9A0D;
}
.AnyTagClassName
{
color: #FF9A0D;
}
</style>
background-color css
<style>
a { background-color: #FF9A0D; }
a { background-color: rgb(255,154,13); }
div.DivClassName
{
background-color: #FF9A0D;
}
.BgClassName
{
background-color: #FF9A0D;
}
</style>
border-color css
<style>
span { border-color: #FF9A0D; }
span { border-color: rgb(255,154,13); }
td.TdClassName
{
border-color: #FF9A0D;
}
.TagClassName
{
border-color: #FF9A0D;
}
</style>