Shades of Burnt Orange #FA7341
Tints of Burnt Orange #FA7341
RGB
CMYK
RGB Variations
Color information
#FA7341 (or 0xFA7341) is known color: Burnt Orange. HEX triplet: FA, 73 and 41. RGB value is (250,115,65). Sum of RGB (Red+Green+Blue) = 250+115+65=430 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.14% from 430); Green value is 115 (45.31% from 255 or 26.74% from 430); Blue value is 65 (25.78% from 255 or 15.12% from 430); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7341 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA7341 is #058CBE. Grayscale: #969696. Windows color (decimal): -363711 or 4289530. OLE color: 4289530.
HSL color Cylindrical-coordinate representation of color #FA7341: hue angle of 16.22º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FA7341 is Cyan = 0, Magento = 0.54, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 115 | 65 | - |
| CMYK | 0 | 0.54 | 0.74 | 0.02 |
| HSL | 16.22º | 0.95% | 0.62% | - |
| HSV(B) | 16.22º | 0.74% | 0.98% | - |
| XYZ | 46.51 | 32.97 | 8.91 | - |
| YUV | 149.67 | 80.23 | 199.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 115 | 65 | 0 | 0.54 | 0.74 | 0.02 | 16.22 | 0.95 | 0.62 |
| Hex | FA | 73 | 41 | 0 | 36 | 4A | 2 | 10 | 5F | 3E |
| Octal | 372 | 163 | 101 | 0 | 66 | 112 | 2 | 20 | 137 | 76 |
| Binary | 11111010 | 1110011 | 1000001 | 0 | 110110 | 1001010 | 10 | 10000 | 1011111 | 111110 |
Color Harmonies of #FA7341
Complementary color
Monochromatic Colors of #FA7341
Black with #FA7341
Text Example
Text Example
White with #FA7341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7341; }
p { color: rgb(250,115,65); }
H1.HeaderClassName
{
color: #FA7341;
}
.AnyTagClassName
{
color: #FA7341;
}
</style>
background-color css
<style>
a { background-color: #FA7341; }
a { background-color: rgb(250,115,65); }
div.DivClassName
{
background-color: #FA7341;
}
.BgClassName
{
background-color: #FA7341;
}
</style>
border-color css
<style>
span { border-color: #FA7341; }
span { border-color: rgb(250,115,65); }
td.TdClassName
{
border-color: #FA7341;
}
.TagClassName
{
border-color: #FA7341;
}
</style>