Shades of Dark Orange #FE820A
Tints of Dark Orange #FE820A
RGB
CMYK
RGB Variations
Color information
#FE820A (or 0xFE820A) is known color: Dark Orange. HEX triplet: FE, 82 and 0A. RGB value is (254,130,10). Sum of RGB (Red+Green+Blue) = 254+130+10=394 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.47% from 394); Green value is 130 (51.17% from 255 or 32.99% from 394); Blue value is 10 (4.30% from 255 or 2.54% from 394); Max value from RGB is 254 - color contains mainly: red. Hex color #FE820A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE820A is #017DF5. Grayscale: #9A9A9A. Windows color (decimal): -97782 or 688894. OLE color: 688894.
HSL color Cylindrical-coordinate representation of color #FE820A: hue angle of 29.51º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FE820A is Cyan = 0, Magento = 0.49, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 130 | 10 | - |
| CMYK | 0 | 0.49 | 0.96 | 0.00 |
| HSL | 29.51º | 0.99% | 0.52% | - |
| HSV(B) | 29.51º | 0.96% | 1% | - |
| XYZ | 48.91 | 37.06 | 4.86 | - |
| YUV | 153.4 | 47.08 | 199.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 130 | 10 | 0 | 0.49 | 0.96 | 0.00 | 29.51 | 0.99 | 0.52 |
| Hex | FE | 82 | A | 0 | 31 | 60 | 0 | 1E | 63 | 34 |
| Octal | 376 | 202 | 12 | 0 | 61 | 140 | 0 | 36 | 143 | 64 |
| Binary | 11111110 | 10000010 | 1010 | 0 | 110001 | 1100000 | 0 | 11110 | 1100011 | 110100 |
Color Harmonies of #FE820A
Complementary color
Monochromatic Colors of #FE820A
Black with #FE820A
Text Example
Text Example
White with #FE820A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE820A; }
p { color: rgb(254,130,10); }
H1.HeaderClassName
{
color: #FE820A;
}
.AnyTagClassName
{
color: #FE820A;
}
</style>
background-color css
<style>
a { background-color: #FE820A; }
a { background-color: rgb(254,130,10); }
div.DivClassName
{
background-color: #FE820A;
}
.BgClassName
{
background-color: #FE820A;
}
</style>
border-color css
<style>
span { border-color: #FE820A; }
span { border-color: rgb(254,130,10); }
td.TdClassName
{
border-color: #FE820A;
}
.TagClassName
{
border-color: #FE820A;
}
</style>