Shades of Burnt Orange #FA7C2B
Tints of Burnt Orange #FA7C2B
RGB
CMYK
RGB Variations
Color information
#FA7C2B (or 0xFA7C2B) is known color: Burnt Orange. HEX triplet: FA, 7C and 2B. RGB value is (250,124,43). Sum of RGB (Red+Green+Blue) = 250+124+43=417 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.95% from 417); Green value is 124 (48.83% from 255 or 29.74% from 417); Blue value is 43 (17.19% from 255 or 10.31% from 417); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7C2B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA7C2B is #0583D4. Grayscale: #989898. Windows color (decimal): -361429 or 2850042. OLE color: 2850042.
HSL color Cylindrical-coordinate representation of color #FA7C2B: hue angle of 23.48º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FA7C2B is Cyan = 0, Magento = 0.50, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 124 | 43 | - |
| CMYK | 0 | 0.50 | 0.83 | 0.02 |
| HSL | 23.48º | 0.95% | 0.57% | - |
| HSV(B) | 23.48º | 0.83% | 0.98% | - |
| XYZ | 47.07 | 34.91 | 6.54 | - |
| YUV | 152.44 | 66.24 | 197.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 124 | 43 | 0 | 0.50 | 0.83 | 0.02 | 23.48 | 0.95 | 0.57 |
| Hex | FA | 7C | 2B | 0 | 32 | 53 | 2 | 17 | 5F | 39 |
| Octal | 372 | 174 | 53 | 0 | 62 | 123 | 2 | 27 | 137 | 71 |
| Binary | 11111010 | 1111100 | 101011 | 0 | 110010 | 1010011 | 10 | 10111 | 1011111 | 111001 |
Color Harmonies of #FA7C2B
Complementary color
Monochromatic Colors of #FA7C2B
Black with #FA7C2B
Text Example
Text Example
White with #FA7C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7C2B; }
p { color: rgb(250,124,43); }
H1.HeaderClassName
{
color: #FA7C2B;
}
.AnyTagClassName
{
color: #FA7C2B;
}
</style>
background-color css
<style>
a { background-color: #FA7C2B; }
a { background-color: rgb(250,124,43); }
div.DivClassName
{
background-color: #FA7C2B;
}
.BgClassName
{
background-color: #FA7C2B;
}
</style>
border-color css
<style>
span { border-color: #FA7C2B; }
span { border-color: rgb(250,124,43); }
td.TdClassName
{
border-color: #FA7C2B;
}
.TagClassName
{
border-color: #FA7C2B;
}
</style>