Shades of Burnt Orange #FA743F
Tints of Burnt Orange #FA743F
RGB
CMYK
RGB Variations
Color information
#FA743F (or 0xFA743F) is known color: Burnt Orange. HEX triplet: FA, 74 and 3F. RGB value is (250,116,63). Sum of RGB (Red+Green+Blue) = 250+116+63=429 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.28% from 429); Green value is 116 (45.70% from 255 or 27.04% from 429); Blue value is 63 (25% from 255 or 14.69% from 429); Max value from RGB is 250 - color contains mainly: red. Hex color #FA743F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA743F is #058BC0. Grayscale: #969696. Windows color (decimal): -363457 or 4158714. OLE color: 4158714.
HSL color Cylindrical-coordinate representation of color #FA743F: hue angle of 17.01º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FA743F is Cyan = 0, Magento = 0.54, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 116 | 63 | - |
| CMYK | 0 | 0.54 | 0.75 | 0.02 |
| HSL | 17.01º | 0.95% | 0.61% | - |
| HSV(B) | 17.01º | 0.75% | 0.98% | - |
| XYZ | 46.57 | 33.17 | 8.65 | - |
| YUV | 150.02 | 78.89 | 199.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 116 | 63 | 0 | 0.54 | 0.75 | 0.02 | 17.01 | 0.95 | 0.61 |
| Hex | FA | 74 | 3F | 0 | 36 | 4B | 2 | 11 | 5F | 3D |
| Octal | 372 | 164 | 77 | 0 | 66 | 113 | 2 | 21 | 137 | 75 |
| Binary | 11111010 | 1110100 | 111111 | 0 | 110110 | 1001011 | 10 | 10001 | 1011111 | 111101 |
Color Harmonies of #FA743F
Complementary color
Monochromatic Colors of #FA743F
Black with #FA743F
Text Example
Text Example
White with #FA743F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA743F; }
p { color: rgb(250,116,63); }
H1.HeaderClassName
{
color: #FA743F;
}
.AnyTagClassName
{
color: #FA743F;
}
</style>
background-color css
<style>
a { background-color: #FA743F; }
a { background-color: rgb(250,116,63); }
div.DivClassName
{
background-color: #FA743F;
}
.BgClassName
{
background-color: #FA743F;
}
</style>
border-color css
<style>
span { border-color: #FA743F; }
span { border-color: rgb(250,116,63); }
td.TdClassName
{
border-color: #FA743F;
}
.TagClassName
{
border-color: #FA743F;
}
</style>