Shades of Dark Orange #FF8C15
Tints of Dark Orange #FF8C15
RGB
CMYK
RGB Variations
Color information
#FF8C15 (or 0xFF8C15) is known color: Dark Orange. HEX triplet: FF, 8C and 15. RGB value is (255,140,21). Sum of RGB (Red+Green+Blue) = 255+140+21=416 (55% of max value = 765). Red value is 255 (100% from 255 or 61.30% from 416); Green value is 140 (55.08% from 255 or 33.65% from 416); Blue value is 21 (8.59% from 255 or 5.05% from 416); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8C15 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8C15 is #0073EA. Grayscale: #A1A1A1. Windows color (decimal): -29675 or 1412351. OLE color: 1412351.
HSL color Cylindrical-coordinate representation of color #FF8C15: hue angle of 30.51º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FF8C15 is Cyan = 0, Magento = 0.45, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 140 | 21 | - |
| CMYK | 0 | 0.45 | 0.92 | 0 |
| HSL | 30.51º | 1% | 0.54% | - |
| HSV(B) | 30.51º | 0.92% | 1% | - |
| XYZ | 50.75 | 40.07 | 5.77 | - |
| YUV | 160.82 | 49.1 | 195.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 140 | 21 | 0 | 0.45 | 0.92 | 0 | 30.51 | 1 | 0.54 |
| Hex | FF | 8C | 15 | 0 | 2D | 5C | 0 | 1F | 64 | 36 |
| Octal | 377 | 214 | 25 | 0 | 55 | 134 | 0 | 37 | 144 | 66 |
| Binary | 11111111 | 10001100 | 10101 | 0 | 101101 | 1011100 | 0 | 11111 | 1100100 | 110110 |
Color Harmonies of #FF8C15
Complementary color
Monochromatic Colors of #FF8C15
Black with #FF8C15
Text Example
Text Example
White with #FF8C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8C15; }
p { color: rgb(255,140,21); }
H1.HeaderClassName
{
color: #FF8C15;
}
.AnyTagClassName
{
color: #FF8C15;
}
</style>
background-color css
<style>
a { background-color: #FF8C15; }
a { background-color: rgb(255,140,21); }
div.DivClassName
{
background-color: #FF8C15;
}
.BgClassName
{
background-color: #FF8C15;
}
</style>
border-color css
<style>
span { border-color: #FF8C15; }
span { border-color: rgb(255,140,21); }
td.TdClassName
{
border-color: #FF8C15;
}
.TagClassName
{
border-color: #FF8C15;
}
</style>