Shades of Burnt Orange #FA7142
Tints of Burnt Orange #FA7142
RGB
CMYK
RGB Variations
Color information
#FA7142 (or 0xFA7142) is known color: Burnt Orange. HEX triplet: FA, 71 and 42. RGB value is (250,113,66). Sum of RGB (Red+Green+Blue) = 250+113+66=429 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.28% from 429); Green value is 113 (44.53% from 255 or 26.34% from 429); Blue value is 66 (26.17% from 255 or 15.38% from 429); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7142 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA7142 is #058EBD. Grayscale: #949494. Windows color (decimal): -364222 or 4354554. OLE color: 4354554.
HSL color Cylindrical-coordinate representation of color #FA7142: hue angle of 15.33º 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 #FA7142 is Cyan = 0, Magento = 0.55, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 113 | 66 | - |
| CMYK | 0 | 0.55 | 0.74 | 0.02 |
| HSL | 15.33º | 0.95% | 0.62% | - |
| HSV(B) | 15.33º | 0.74% | 0.98% | - |
| XYZ | 46.31 | 32.53 | 8.99 | - |
| YUV | 148.61 | 81.39 | 200.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 113 | 66 | 0 | 0.55 | 0.74 | 0.02 | 15.33 | 0.95 | 0.62 |
| Hex | FA | 71 | 42 | 0 | 37 | 4A | 2 | F | 5F | 3E |
| Octal | 372 | 161 | 102 | 0 | 67 | 112 | 2 | 17 | 137 | 76 |
| Binary | 11111010 | 1110001 | 1000010 | 0 | 110111 | 1001010 | 10 | 1111 | 1011111 | 111110 |
Color Harmonies of #FA7142
Complementary color
Monochromatic Colors of #FA7142
Black with #FA7142
Text Example
Text Example
White with #FA7142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7142; }
p { color: rgb(250,113,66); }
H1.HeaderClassName
{
color: #FA7142;
}
.AnyTagClassName
{
color: #FA7142;
}
</style>
background-color css
<style>
a { background-color: #FA7142; }
a { background-color: rgb(250,113,66); }
div.DivClassName
{
background-color: #FA7142;
}
.BgClassName
{
background-color: #FA7142;
}
</style>
border-color css
<style>
span { border-color: #FA7142; }
span { border-color: rgb(250,113,66); }
td.TdClassName
{
border-color: #FA7142;
}
.TagClassName
{
border-color: #FA7142;
}
</style>