Shades of Burnt Orange #FA6E33
Tints of Burnt Orange #FA6E33
RGB
CMYK
RGB Variations
Color information
#FA6E33 (or 0xFA6E33) is known color: Burnt Orange. HEX triplet: FA, 6E and 33. RGB value is (250,110,51). Sum of RGB (Red+Green+Blue) = 250+110+51=411 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.83% from 411); Green value is 110 (43.36% from 255 or 26.76% from 411); Blue value is 51 (20.31% from 255 or 12.41% from 411); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6E33 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA6E33 is #0591CC. Grayscale: #919191. Windows color (decimal): -365005 or 3370746. OLE color: 3370746.
HSL color Cylindrical-coordinate representation of color #FA6E33: hue angle of 17.79º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FA6E33 is Cyan = 0, Magento = 0.56, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 110 | 51 | - |
| CMYK | 0 | 0.56 | 0.80 | 0.02 |
| HSL | 17.79º | 0.95% | 0.59% | - |
| HSV(B) | 17.79º | 0.8% | 0.98% | - |
| XYZ | 45.6 | 31.71 | 6.85 | - |
| YUV | 145.13 | 74.88 | 202.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 110 | 51 | 0 | 0.56 | 0.80 | 0.02 | 17.79 | 0.95 | 0.59 |
| Hex | FA | 6E | 33 | 0 | 38 | 50 | 2 | 12 | 5F | 3B |
| Octal | 372 | 156 | 63 | 0 | 70 | 120 | 2 | 22 | 137 | 73 |
| Binary | 11111010 | 1101110 | 110011 | 0 | 111000 | 1010000 | 10 | 10010 | 1011111 | 111011 |
Color Harmonies of #FA6E33
Complementary color
Monochromatic Colors of #FA6E33
Black with #FA6E33
Text Example
Text Example
White with #FA6E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6E33; }
p { color: rgb(250,110,51); }
H1.HeaderClassName
{
color: #FA6E33;
}
.AnyTagClassName
{
color: #FA6E33;
}
</style>
background-color css
<style>
a { background-color: #FA6E33; }
a { background-color: rgb(250,110,51); }
div.DivClassName
{
background-color: #FA6E33;
}
.BgClassName
{
background-color: #FA6E33;
}
</style>
border-color css
<style>
span { border-color: #FA6E33; }
span { border-color: rgb(250,110,51); }
td.TdClassName
{
border-color: #FA6E33;
}
.TagClassName
{
border-color: #FA6E33;
}
</style>