Shades of Dark Orange #FF8A14
Tints of Dark Orange #FF8A14
RGB
CMYK
RGB Variations
Color information
#FF8A14 (or 0xFF8A14) is known color: Dark Orange. HEX triplet: FF, 8A and 14. RGB value is (255,138,20). Sum of RGB (Red+Green+Blue) = 255+138+20=413 (54% of max value = 765). Red value is 255 (100% from 255 or 61.74% from 413); Green value is 138 (54.30% from 255 or 33.41% from 413); Blue value is 20 (8.20% from 255 or 4.84% from 413); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8A14 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8A14 is #0075EB. Grayscale: #A0A0A0. Windows color (decimal): -30188 or 1346303. OLE color: 1346303.
HSL color Cylindrical-coordinate representation of color #FF8A14: hue angle of 30.13º 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 #FF8A14 is Cyan = 0, Magento = 0.46, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 138 | 20 | - |
| CMYK | 0 | 0.46 | 0.92 | 0 |
| HSL | 30.13º | 1% | 0.54% | - |
| HSV(B) | 30.13º | 0.92% | 1% | - |
| XYZ | 50.45 | 39.49 | 5.62 | - |
| YUV | 159.53 | 49.26 | 196.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 138 | 20 | 0 | 0.46 | 0.92 | 0 | 30.13 | 1 | 0.54 |
| Hex | FF | 8A | 14 | 0 | 2E | 5C | 0 | 1E | 64 | 36 |
| Octal | 377 | 212 | 24 | 0 | 56 | 134 | 0 | 36 | 144 | 66 |
| Binary | 11111111 | 10001010 | 10100 | 0 | 101110 | 1011100 | 0 | 11110 | 1100100 | 110110 |
Color Harmonies of #FF8A14
Complementary color
Monochromatic Colors of #FF8A14
Black with #FF8A14
Text Example
Text Example
White with #FF8A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8A14; }
p { color: rgb(255,138,20); }
H1.HeaderClassName
{
color: #FF8A14;
}
.AnyTagClassName
{
color: #FF8A14;
}
</style>
background-color css
<style>
a { background-color: #FF8A14; }
a { background-color: rgb(255,138,20); }
div.DivClassName
{
background-color: #FF8A14;
}
.BgClassName
{
background-color: #FF8A14;
}
</style>
border-color css
<style>
span { border-color: #FF8A14; }
span { border-color: rgb(255,138,20); }
td.TdClassName
{
border-color: #FF8A14;
}
.TagClassName
{
border-color: #FF8A14;
}
</style>