Shades of Burnt Orange #FF7443
Tints of Burnt Orange #FF7443
RGB
CMYK
RGB Variations
Color information
#FF7443 (or 0xFF7443) is known color: Burnt Orange. HEX triplet: FF, 74 and 43. RGB value is (255,116,67). Sum of RGB (Red+Green+Blue) = 255+116+67=438 (58% of max value = 765). Red value is 255 (100% from 255 or 58.22% from 438); Green value is 116 (45.70% from 255 or 26.48% from 438); Blue value is 67 (26.56% from 255 or 15.30% from 438); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7443 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7443 is #008BBC. Grayscale: #989898. Windows color (decimal): -35773 or 4420863. OLE color: 4420863.
HSL color Cylindrical-coordinate representation of color #FF7443: hue angle of 15.64º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FF7443 is Cyan = 0, Magento = 0.55, Yellow = 0.74 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 116 | 67 | - |
| CMYK | 0 | 0.55 | 0.74 | 0 |
| HSL | 15.64º | 1% | 0.63% | - |
| HSV(B) | 15.64º | 0.74% | 1% | - |
| XYZ | 48.5 | 34.16 | 9.35 | - |
| YUV | 151.98 | 80.05 | 201.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 116 | 67 | 0 | 0.55 | 0.74 | 0 | 15.64 | 1 | 0.63 |
| Hex | FF | 74 | 43 | 0 | 37 | 4A | 0 | 10 | 64 | 3F |
| Octal | 377 | 164 | 103 | 0 | 67 | 112 | 0 | 20 | 144 | 77 |
| Binary | 11111111 | 1110100 | 1000011 | 0 | 110111 | 1001010 | 0 | 10000 | 1100100 | 111111 |
Color Harmonies of #FF7443
Complementary color
Monochromatic Colors of #FF7443
Black with #FF7443
Text Example
Text Example
White with #FF7443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7443; }
p { color: rgb(255,116,67); }
H1.HeaderClassName
{
color: #FF7443;
}
.AnyTagClassName
{
color: #FF7443;
}
</style>
background-color css
<style>
a { background-color: #FF7443; }
a { background-color: rgb(255,116,67); }
div.DivClassName
{
background-color: #FF7443;
}
.BgClassName
{
background-color: #FF7443;
}
</style>
border-color css
<style>
span { border-color: #FF7443; }
span { border-color: rgb(255,116,67); }
td.TdClassName
{
border-color: #FF7443;
}
.TagClassName
{
border-color: #FF7443;
}
</style>