Shades of Burnt Orange #FA6E2A
Tints of Burnt Orange #FA6E2A
RGB
CMYK
RGB Variations
Color information
#FA6E2A (or 0xFA6E2A) is known color: Burnt Orange. HEX triplet: FA, 6E and 2A. RGB value is (250,110,42). Sum of RGB (Red+Green+Blue) = 250+110+42=402 (53% of max value = 765). Red value is 250 (98.05% from 255 or 62.19% from 402); Green value is 110 (43.36% from 255 or 27.36% from 402); Blue value is 42 (16.80% from 255 or 10.45% from 402); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6E2A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA6E2A is #0591D5. Grayscale: #909090. Windows color (decimal): -365014 or 2780922. OLE color: 2780922.
HSL color Cylindrical-coordinate representation of color #FA6E2A: hue angle of 19.62º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FA6E2A is Cyan = 0, Magento = 0.56, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 110 | 42 | - |
| CMYK | 0 | 0.56 | 0.83 | 0.02 |
| HSL | 19.62º | 0.95% | 0.57% | - |
| HSV(B) | 19.62º | 0.83% | 0.98% | - |
| XYZ | 45.42 | 31.64 | 5.9 | - |
| YUV | 144.11 | 70.38 | 203.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 110 | 42 | 0 | 0.56 | 0.83 | 0.02 | 19.62 | 0.95 | 0.57 |
| Hex | FA | 6E | 2A | 0 | 38 | 53 | 2 | 14 | 5F | 39 |
| Octal | 372 | 156 | 52 | 0 | 70 | 123 | 2 | 24 | 137 | 71 |
| Binary | 11111010 | 1101110 | 101010 | 0 | 111000 | 1010011 | 10 | 10100 | 1011111 | 111001 |
Color Harmonies of #FA6E2A
Complementary color
Monochromatic Colors of #FA6E2A
Black with #FA6E2A
Text Example
Text Example
White with #FA6E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6E2A; }
p { color: rgb(250,110,42); }
H1.HeaderClassName
{
color: #FA6E2A;
}
.AnyTagClassName
{
color: #FA6E2A;
}
</style>
background-color css
<style>
a { background-color: #FA6E2A; }
a { background-color: rgb(250,110,42); }
div.DivClassName
{
background-color: #FA6E2A;
}
.BgClassName
{
background-color: #FA6E2A;
}
</style>
border-color css
<style>
span { border-color: #FA6E2A; }
span { border-color: rgb(250,110,42); }
td.TdClassName
{
border-color: #FA6E2A;
}
.TagClassName
{
border-color: #FA6E2A;
}
</style>