Shades of Dark Orange #FE820D
Tints of Dark Orange #FE820D
RGB
CMYK
RGB Variations
Color information
#FE820D (or 0xFE820D) is known color: Dark Orange. HEX triplet: FE, 82 and 0D. RGB value is (254,130,13). Sum of RGB (Red+Green+Blue) = 254+130+13=397 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.98% from 397); Green value is 130 (51.17% from 255 or 32.75% from 397); Blue value is 13 (5.47% from 255 or 3.27% from 397); Max value from RGB is 254 - color contains mainly: red. Hex color #FE820D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE820D is #017DF2. Grayscale: #9A9A9A. Windows color (decimal): -97779 or 885502. OLE color: 885502.
HSL color Cylindrical-coordinate representation of color #FE820D: hue angle of 29.13º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FE820D is Cyan = 0, Magento = 0.49, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 130 | 13 | - |
| CMYK | 0 | 0.49 | 0.95 | 0.00 |
| HSL | 29.13º | 0.99% | 0.52% | - |
| HSV(B) | 29.13º | 0.95% | 1% | - |
| XYZ | 48.93 | 37.07 | 4.96 | - |
| YUV | 153.74 | 48.58 | 199.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 130 | 13 | 0 | 0.49 | 0.95 | 0.00 | 29.13 | 0.99 | 0.52 |
| Hex | FE | 82 | D | 0 | 31 | 5F | 0 | 1D | 63 | 34 |
| Octal | 376 | 202 | 15 | 0 | 61 | 137 | 0 | 35 | 143 | 64 |
| Binary | 11111110 | 10000010 | 1101 | 0 | 110001 | 1011111 | 0 | 11101 | 1100011 | 110100 |
Color Harmonies of #FE820D
Complementary color
Monochromatic Colors of #FE820D
Black with #FE820D
Text Example
Text Example
White with #FE820D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE820D; }
p { color: rgb(254,130,13); }
H1.HeaderClassName
{
color: #FE820D;
}
.AnyTagClassName
{
color: #FE820D;
}
</style>
background-color css
<style>
a { background-color: #FE820D; }
a { background-color: rgb(254,130,13); }
div.DivClassName
{
background-color: #FE820D;
}
.BgClassName
{
background-color: #FE820D;
}
</style>
border-color css
<style>
span { border-color: #FE820D; }
span { border-color: rgb(254,130,13); }
td.TdClassName
{
border-color: #FE820D;
}
.TagClassName
{
border-color: #FE820D;
}
</style>