Shades of Orange Peel #FF9A0C
Tints of Orange Peel #FF9A0C
RGB
CMYK
RGB Variations
Color information
#FF9A0C (or 0xFF9A0C) is known color: Orange Peel. HEX triplet: FF, 9A and 0C. RGB value is (255,154,12). Sum of RGB (Red+Green+Blue) = 255+154+12=421 (55% of max value = 765). Red value is 255 (100% from 255 or 60.57% from 421); Green value is 154 (60.55% from 255 or 36.58% from 421); Blue value is 12 (5.08% from 255 or 2.85% from 421); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9A0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9A0C is #0065F3. Grayscale: #A8A8A8. Windows color (decimal): -26100 or 826111. OLE color: 826111.
HSL color Cylindrical-coordinate representation of color #FF9A0C: hue angle of 35.06º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF9A0C is Cyan = 0, Magento = 0.40, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 154 | 12 | - |
| CMYK | 0 | 0.40 | 0.95 | 0 |
| HSL | 35.06º | 1% | 0.52% | - |
| HSV(B) | 35.06º | 0.95% | 1% | - |
| XYZ | 52.86 | 44.4 | 6.13 | - |
| YUV | 168.01 | 39.96 | 190.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 154 | 12 | 0 | 0.40 | 0.95 | 0 | 35.06 | 1 | 0.52 |
| Hex | FF | 9A | C | 0 | 28 | 5F | 0 | 23 | 64 | 34 |
| Octal | 377 | 232 | 14 | 0 | 50 | 137 | 0 | 43 | 144 | 64 |
| Binary | 11111111 | 10011010 | 1100 | 0 | 101000 | 1011111 | 0 | 100011 | 1100100 | 110100 |
Color Harmonies of #FF9A0C
Complementary color
Monochromatic Colors of #FF9A0C
Black with #FF9A0C
Text Example
Text Example
White with #FF9A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9A0C; }
p { color: rgb(255,154,12); }
H1.HeaderClassName
{
color: #FF9A0C;
}
.AnyTagClassName
{
color: #FF9A0C;
}
</style>
background-color css
<style>
a { background-color: #FF9A0C; }
a { background-color: rgb(255,154,12); }
div.DivClassName
{
background-color: #FF9A0C;
}
.BgClassName
{
background-color: #FF9A0C;
}
</style>
border-color css
<style>
span { border-color: #FF9A0C; }
span { border-color: rgb(255,154,12); }
td.TdClassName
{
border-color: #FF9A0C;
}
.TagClassName
{
border-color: #FF9A0C;
}
</style>