Shades of Dark Orange #FF8C0D
Tints of Dark Orange #FF8C0D
RGB
CMYK
RGB Variations
Color information
#FF8C0D (or 0xFF8C0D) is known color: Dark Orange. HEX triplet: FF, 8C and 0D. RGB value is (255,140,13). Sum of RGB (Red+Green+Blue) = 255+140+13=408 (54% of max value = 765). Red value is 255 (100% from 255 or 62.5% from 408); Green value is 140 (55.08% from 255 or 34.31% from 408); Blue value is 13 (5.47% from 255 or 3.19% from 408); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8C0D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8C0D is #0073F2. Grayscale: #A0A0A0. Windows color (decimal): -29683 or 888063. OLE color: 888063.
HSL color Cylindrical-coordinate representation of color #FF8C0D: hue angle of 31.49º 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 #FF8C0D is Cyan = 0, Magento = 0.45, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 140 | 13 | - |
| CMYK | 0 | 0.45 | 0.95 | 0 |
| HSL | 31.49º | 1% | 0.53% | - |
| HSV(B) | 31.49º | 0.95% | 1% | - |
| XYZ | 50.69 | 40.05 | 5.44 | - |
| YUV | 159.91 | 45.1 | 195.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 140 | 13 | 0 | 0.45 | 0.95 | 0 | 31.49 | 1 | 0.53 |
| Hex | FF | 8C | D | 0 | 2D | 5F | 0 | 1F | 64 | 35 |
| Octal | 377 | 214 | 15 | 0 | 55 | 137 | 0 | 37 | 144 | 65 |
| Binary | 11111111 | 10001100 | 1101 | 0 | 101101 | 1011111 | 0 | 11111 | 1100100 | 110101 |
Color Harmonies of #FF8C0D
Complementary color
Monochromatic Colors of #FF8C0D
Black with #FF8C0D
Text Example
Text Example
White with #FF8C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8C0D; }
p { color: rgb(255,140,13); }
H1.HeaderClassName
{
color: #FF8C0D;
}
.AnyTagClassName
{
color: #FF8C0D;
}
</style>
background-color css
<style>
a { background-color: #FF8C0D; }
a { background-color: rgb(255,140,13); }
div.DivClassName
{
background-color: #FF8C0D;
}
.BgClassName
{
background-color: #FF8C0D;
}
</style>
border-color css
<style>
span { border-color: #FF8C0D; }
span { border-color: rgb(255,140,13); }
td.TdClassName
{
border-color: #FF8C0D;
}
.TagClassName
{
border-color: #FF8C0D;
}
</style>