Shades of Dark Orange #FF8A10
Tints of Dark Orange #FF8A10
RGB
CMYK
RGB Variations
Color information
#FF8A10 (or 0xFF8A10) is known color: Dark Orange. HEX triplet: FF, 8A and 10. RGB value is (255,138,16). Sum of RGB (Red+Green+Blue) = 255+138+16=409 (54% of max value = 765). Red value is 255 (100% from 255 or 62.35% from 409); Green value is 138 (54.30% from 255 or 33.74% from 409); Blue value is 16 (6.64% from 255 or 3.91% from 409); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8A10 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8A10 is #0075EF. Grayscale: #9F9F9F. Windows color (decimal): -30192 or 1084159. OLE color: 1084159.
HSL color Cylindrical-coordinate representation of color #FF8A10: hue angle of 30.63º 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 #FF8A10 is Cyan = 0, Magento = 0.46, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 138 | 16 | - |
| CMYK | 0 | 0.46 | 0.94 | 0 |
| HSL | 30.63º | 1% | 0.53% | - |
| HSV(B) | 30.63º | 0.94% | 1% | - |
| XYZ | 50.42 | 39.47 | 5.45 | - |
| YUV | 159.08 | 47.26 | 196.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 138 | 16 | 0 | 0.46 | 0.94 | 0 | 30.63 | 1 | 0.53 |
| Hex | FF | 8A | 10 | 0 | 2E | 5E | 0 | 1F | 64 | 35 |
| Octal | 377 | 212 | 20 | 0 | 56 | 136 | 0 | 37 | 144 | 65 |
| Binary | 11111111 | 10001010 | 10000 | 0 | 101110 | 1011110 | 0 | 11111 | 1100100 | 110101 |
Color Harmonies of #FF8A10
Complementary color
Monochromatic Colors of #FF8A10
Black with #FF8A10
Text Example
Text Example
White with #FF8A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8A10; }
p { color: rgb(255,138,16); }
H1.HeaderClassName
{
color: #FF8A10;
}
.AnyTagClassName
{
color: #FF8A10;
}
</style>
background-color css
<style>
a { background-color: #FF8A10; }
a { background-color: rgb(255,138,16); }
div.DivClassName
{
background-color: #FF8A10;
}
.BgClassName
{
background-color: #FF8A10;
}
</style>
border-color css
<style>
span { border-color: #FF8A10; }
span { border-color: rgb(255,138,16); }
td.TdClassName
{
border-color: #FF8A10;
}
.TagClassName
{
border-color: #FF8A10;
}
</style>