Shades of Dark Orange #FF8C0F
Tints of Dark Orange #FF8C0F
RGB
CMYK
RGB Variations
Color information
#FF8C0F (or 0xFF8C0F) is known color: Dark Orange. HEX triplet: FF, 8C and 0F. RGB value is (255,140,15). Sum of RGB (Red+Green+Blue) = 255+140+15=410 (54% of max value = 765). Red value is 255 (100% from 255 or 62.20% from 410); Green value is 140 (55.08% from 255 or 34.15% from 410); Blue value is 15 (6.25% from 255 or 3.66% from 410); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8C0F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8C0F is #0073F0. Grayscale: #A0A0A0. Windows color (decimal): -29681 or 1019135. OLE color: 1019135.
HSL color Cylindrical-coordinate representation of color #FF8C0F: hue angle of 31.25º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FF8C0F is Cyan = 0, Magento = 0.45, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 140 | 15 | - |
| CMYK | 0 | 0.45 | 0.94 | 0 |
| HSL | 31.25º | 1% | 0.53% | - |
| HSV(B) | 31.25º | 0.94% | 1% | - |
| XYZ | 50.7 | 40.05 | 5.51 | - |
| YUV | 160.14 | 46.1 | 195.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 140 | 15 | 0 | 0.45 | 0.94 | 0 | 31.25 | 1 | 0.53 |
| Hex | FF | 8C | F | 0 | 2D | 5E | 0 | 1F | 64 | 35 |
| Octal | 377 | 214 | 17 | 0 | 55 | 136 | 0 | 37 | 144 | 65 |
| Binary | 11111111 | 10001100 | 1111 | 0 | 101101 | 1011110 | 0 | 11111 | 1100100 | 110101 |
Color Harmonies of #FF8C0F
Complementary color
Monochromatic Colors of #FF8C0F
Black with #FF8C0F
Text Example
Text Example
White with #FF8C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8C0F; }
p { color: rgb(255,140,15); }
H1.HeaderClassName
{
color: #FF8C0F;
}
.AnyTagClassName
{
color: #FF8C0F;
}
</style>
background-color css
<style>
a { background-color: #FF8C0F; }
a { background-color: rgb(255,140,15); }
div.DivClassName
{
background-color: #FF8C0F;
}
.BgClassName
{
background-color: #FF8C0F;
}
</style>
border-color css
<style>
span { border-color: #FF8C0F; }
span { border-color: rgb(255,140,15); }
td.TdClassName
{
border-color: #FF8C0F;
}
.TagClassName
{
border-color: #FF8C0F;
}
</style>