Shades of Burnt Orange #FD6A2A
Tints of Burnt Orange #FD6A2A
RGB
CMYK
RGB Variations
Color information
#FD6A2A (or 0xFD6A2A) is known color: Burnt Orange. HEX triplet: FD, 6A and 2A. RGB value is (253,106,42). Sum of RGB (Red+Green+Blue) = 253+106+42=401 (53% of max value = 765). Red value is 253 (99.22% from 255 or 63.09% from 401); Green value is 106 (41.80% from 255 or 26.43% from 401); Blue value is 42 (16.80% from 255 or 10.47% from 401); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6A2A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD6A2A is #0295D5. Grayscale: #8F8F8F. Windows color (decimal): -169430 or 2779901. OLE color: 2779901.
HSL color Cylindrical-coordinate representation of color #FD6A2A: hue angle of 18.2º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FD6A2A is Cyan = 0, Magento = 0.58, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 106 | 42 | - |
| CMYK | 0 | 0.58 | 0.83 | 0.01 |
| HSL | 18.2º | 0.98% | 0.58% | - |
| HSV(B) | 18.2º | 0.83% | 0.99% | - |
| XYZ | 46.08 | 31.36 | 5.81 | - |
| YUV | 142.66 | 71.2 | 206.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 106 | 42 | 0 | 0.58 | 0.83 | 0.01 | 18.2 | 0.98 | 0.58 |
| Hex | FD | 6A | 2A | 0 | 3A | 53 | 1 | 12 | 62 | 3A |
| Octal | 375 | 152 | 52 | 0 | 72 | 123 | 1 | 22 | 142 | 72 |
| Binary | 11111101 | 1101010 | 101010 | 0 | 111010 | 1010011 | 1 | 10010 | 1100010 | 111010 |
Color Harmonies of #FD6A2A
Complementary color
Monochromatic Colors of #FD6A2A
Black with #FD6A2A
Text Example
Text Example
White with #FD6A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD6A2A; }
p { color: rgb(253,106,42); }
H1.HeaderClassName
{
color: #FD6A2A;
}
.AnyTagClassName
{
color: #FD6A2A;
}
</style>
background-color css
<style>
a { background-color: #FD6A2A; }
a { background-color: rgb(253,106,42); }
div.DivClassName
{
background-color: #FD6A2A;
}
.BgClassName
{
background-color: #FD6A2A;
}
</style>
border-color css
<style>
span { border-color: #FD6A2A; }
span { border-color: rgb(253,106,42); }
td.TdClassName
{
border-color: #FD6A2A;
}
.TagClassName
{
border-color: #FD6A2A;
}
</style>