Shades of Burnt Orange #FA7D2C
Tints of Burnt Orange #FA7D2C
RGB
CMYK
RGB Variations
Color information
#FA7D2C (or 0xFA7D2C) is known color: Burnt Orange. HEX triplet: FA, 7D and 2C. RGB value is (250,125,44). Sum of RGB (Red+Green+Blue) = 250+125+44=419 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.67% from 419); Green value is 125 (49.22% from 255 or 29.83% from 419); Blue value is 44 (17.58% from 255 or 10.50% from 419); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7D2C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA7D2C is #0582D3. Grayscale: #999999. Windows color (decimal): -361172 or 2915834. OLE color: 2915834.
HSL color Cylindrical-coordinate representation of color #FA7D2C: hue angle of 23.59º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FA7D2C is Cyan = 0, Magento = 0.50, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 125 | 44 | - |
| CMYK | 0 | 0.50 | 0.82 | 0.02 |
| HSL | 23.59º | 0.95% | 0.58% | - |
| HSV(B) | 23.59º | 0.82% | 0.98% | - |
| XYZ | 47.21 | 35.17 | 6.68 | - |
| YUV | 153.14 | 66.41 | 197.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 125 | 44 | 0 | 0.50 | 0.82 | 0.02 | 23.59 | 0.95 | 0.58 |
| Hex | FA | 7D | 2C | 0 | 32 | 52 | 2 | 18 | 5F | 3A |
| Octal | 372 | 175 | 54 | 0 | 62 | 122 | 2 | 30 | 137 | 72 |
| Binary | 11111010 | 1111101 | 101100 | 0 | 110010 | 1010010 | 10 | 11000 | 1011111 | 111010 |
Color Harmonies of #FA7D2C
Complementary color
Monochromatic Colors of #FA7D2C
Black with #FA7D2C
Text Example
Text Example
White with #FA7D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7D2C; }
p { color: rgb(250,125,44); }
H1.HeaderClassName
{
color: #FA7D2C;
}
.AnyTagClassName
{
color: #FA7D2C;
}
</style>
background-color css
<style>
a { background-color: #FA7D2C; }
a { background-color: rgb(250,125,44); }
div.DivClassName
{
background-color: #FA7D2C;
}
.BgClassName
{
background-color: #FA7D2C;
}
</style>
border-color css
<style>
span { border-color: #FA7D2C; }
span { border-color: rgb(250,125,44); }
td.TdClassName
{
border-color: #FA7D2C;
}
.TagClassName
{
border-color: #FA7D2C;
}
</style>