Shades of Dark Orange #FD820A
Tints of Dark Orange #FD820A
RGB
CMYK
RGB Variations
Color information
#FD820A (or 0xFD820A) is known color: Dark Orange. HEX triplet: FD, 82 and 0A. RGB value is (253,130,10). Sum of RGB (Red+Green+Blue) = 253+130+10=393 (52% of max value = 765). Red value is 253 (99.22% from 255 or 64.38% from 393); Green value is 130 (51.17% from 255 or 33.08% from 393); Blue value is 10 (4.30% from 255 or 2.54% from 393); Max value from RGB is 253 - color contains mainly: red. Hex color #FD820A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FD820A is #027DF5. Grayscale: #999999. Windows color (decimal): -163318 or 688893. OLE color: 688893.
HSL color Cylindrical-coordinate representation of color #FD820A: hue angle of 29.63º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FD820A is Cyan = 0, Magento = 0.49, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 130 | 10 | - |
| CMYK | 0 | 0.49 | 0.96 | 0.01 |
| HSL | 29.63º | 0.98% | 0.52% | - |
| HSV(B) | 29.63º | 0.96% | 0.99% | - |
| XYZ | 48.55 | 36.87 | 4.85 | - |
| YUV | 153.1 | 47.25 | 199.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 130 | 10 | 0 | 0.49 | 0.96 | 0.01 | 29.63 | 0.98 | 0.52 |
| Hex | FD | 82 | A | 0 | 31 | 60 | 1 | 1E | 62 | 34 |
| Octal | 375 | 202 | 12 | 0 | 61 | 140 | 1 | 36 | 142 | 64 |
| Binary | 11111101 | 10000010 | 1010 | 0 | 110001 | 1100000 | 1 | 11110 | 1100010 | 110100 |
Color Harmonies of #FD820A
Complementary color
Monochromatic Colors of #FD820A
Black with #FD820A
Text Example
Text Example
White with #FD820A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD820A; }
p { color: rgb(253,130,10); }
H1.HeaderClassName
{
color: #FD820A;
}
.AnyTagClassName
{
color: #FD820A;
}
</style>
background-color css
<style>
a { background-color: #FD820A; }
a { background-color: rgb(253,130,10); }
div.DivClassName
{
background-color: #FD820A;
}
.BgClassName
{
background-color: #FD820A;
}
</style>
border-color css
<style>
span { border-color: #FD820A; }
span { border-color: rgb(253,130,10); }
td.TdClassName
{
border-color: #FD820A;
}
.TagClassName
{
border-color: #FD820A;
}
</style>