Shades of Burnt Orange #FA7640
Tints of Burnt Orange #FA7640
RGB
CMYK
RGB Variations
Color information
#FA7640 (or 0xFA7640) is known color: Burnt Orange. HEX triplet: FA, 76 and 40. RGB value is (250,118,64). Sum of RGB (Red+Green+Blue) = 250+118+64=432 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.87% from 432); Green value is 118 (46.48% from 255 or 27.31% from 432); Blue value is 64 (25.39% from 255 or 14.81% from 432); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7640 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA7640 is #0589BF. Grayscale: #979797. Windows color (decimal): -362944 or 4224762. OLE color: 4224762.
HSL color Cylindrical-coordinate representation of color #FA7640: hue angle of 17.42º 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 #FA7640 is Cyan = 0, Magento = 0.53, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 118 | 64 | - |
| CMYK | 0 | 0.53 | 0.74 | 0.02 |
| HSL | 17.42º | 0.95% | 0.62% | - |
| HSV(B) | 17.42º | 0.74% | 0.98% | - |
| XYZ | 46.83 | 33.65 | 8.88 | - |
| YUV | 151.31 | 78.73 | 198.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 118 | 64 | 0 | 0.53 | 0.74 | 0.02 | 17.42 | 0.95 | 0.62 |
| Hex | FA | 76 | 40 | 0 | 35 | 4A | 2 | 11 | 5F | 3E |
| Octal | 372 | 166 | 100 | 0 | 65 | 112 | 2 | 21 | 137 | 76 |
| Binary | 11111010 | 1110110 | 1000000 | 0 | 110101 | 1001010 | 10 | 10001 | 1011111 | 111110 |
Color Harmonies of #FA7640
Complementary color
Monochromatic Colors of #FA7640
Black with #FA7640
Text Example
Text Example
White with #FA7640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7640; }
p { color: rgb(250,118,64); }
H1.HeaderClassName
{
color: #FA7640;
}
.AnyTagClassName
{
color: #FA7640;
}
</style>
background-color css
<style>
a { background-color: #FA7640; }
a { background-color: rgb(250,118,64); }
div.DivClassName
{
background-color: #FA7640;
}
.BgClassName
{
background-color: #FA7640;
}
</style>
border-color css
<style>
span { border-color: #FA7640; }
span { border-color: rgb(250,118,64); }
td.TdClassName
{
border-color: #FA7640;
}
.TagClassName
{
border-color: #FA7640;
}
</style>