Shades of Burnt Orange #FA6D2D
Tints of Burnt Orange #FA6D2D
RGB
CMYK
RGB Variations
Color information
#FA6D2D (or 0xFA6D2D) is known color: Burnt Orange. HEX triplet: FA, 6D and 2D. RGB value is (250,109,45). Sum of RGB (Red+Green+Blue) = 250+109+45=404 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.88% from 404); Green value is 109 (42.97% from 255 or 26.98% from 404); Blue value is 45 (17.97% from 255 or 11.14% from 404); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6D2D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA6D2D is #0592D2. Grayscale: #909090. Windows color (decimal): -365267 or 2977274. OLE color: 2977274.
HSL color Cylindrical-coordinate representation of color #FA6D2D: hue angle of 18.73º 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 #FA6D2D is Cyan = 0, Magento = 0.56, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 109 | 45 | - |
| CMYK | 0 | 0.56 | 0.82 | 0.02 |
| HSL | 18.73º | 0.95% | 0.58% | - |
| HSV(B) | 18.73º | 0.82% | 0.98% | - |
| XYZ | 45.37 | 31.45 | 6.16 | - |
| YUV | 143.86 | 72.21 | 203.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 109 | 45 | 0 | 0.56 | 0.82 | 0.02 | 18.73 | 0.95 | 0.58 |
| Hex | FA | 6D | 2D | 0 | 38 | 52 | 2 | 13 | 5F | 3A |
| Octal | 372 | 155 | 55 | 0 | 70 | 122 | 2 | 23 | 137 | 72 |
| Binary | 11111010 | 1101101 | 101101 | 0 | 111000 | 1010010 | 10 | 10011 | 1011111 | 111010 |
Color Harmonies of #FA6D2D
Complementary color
Monochromatic Colors of #FA6D2D
Black with #FA6D2D
Text Example
Text Example
White with #FA6D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6D2D; }
p { color: rgb(250,109,45); }
H1.HeaderClassName
{
color: #FA6D2D;
}
.AnyTagClassName
{
color: #FA6D2D;
}
</style>
background-color css
<style>
a { background-color: #FA6D2D; }
a { background-color: rgb(250,109,45); }
div.DivClassName
{
background-color: #FA6D2D;
}
.BgClassName
{
background-color: #FA6D2D;
}
</style>
border-color css
<style>
span { border-color: #FA6D2D; }
span { border-color: rgb(250,109,45); }
td.TdClassName
{
border-color: #FA6D2D;
}
.TagClassName
{
border-color: #FA6D2D;
}
</style>