Shades of Burnt Orange #FA6D25
Tints of Burnt Orange #FA6D25
RGB
CMYK
RGB Variations
Color information
#FA6D25 (or 0xFA6D25) is known color: Burnt Orange. HEX triplet: FA, 6D and 25. RGB value is (250,109,37). Sum of RGB (Red+Green+Blue) = 250+109+37=396 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.13% from 396); Green value is 109 (42.97% from 255 or 27.53% from 396); Blue value is 37 (14.84% from 255 or 9.34% from 396); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6D25 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA6D25 is #0592DA. Grayscale: #8F8F8F. Windows color (decimal): -365275 or 2452986. OLE color: 2452986.
HSL color Cylindrical-coordinate representation of color #FA6D25: hue angle of 20.28º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FA6D25 is Cyan = 0, Magento = 0.56, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 109 | 37 | - |
| CMYK | 0 | 0.56 | 0.85 | 0.02 |
| HSL | 20.28º | 0.96% | 0.56% | - |
| HSV(B) | 20.28º | 0.85% | 0.98% | - |
| XYZ | 45.23 | 31.39 | 5.43 | - |
| YUV | 142.95 | 68.21 | 204.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 109 | 37 | 0 | 0.56 | 0.85 | 0.02 | 20.28 | 0.96 | 0.56 |
| Hex | FA | 6D | 25 | 0 | 38 | 55 | 2 | 14 | 60 | 38 |
| Octal | 372 | 155 | 45 | 0 | 70 | 125 | 2 | 24 | 140 | 70 |
| Binary | 11111010 | 1101101 | 100101 | 0 | 111000 | 1010101 | 10 | 10100 | 1100000 | 111000 |
Color Harmonies of #FA6D25
Complementary color
Monochromatic Colors of #FA6D25
Black with #FA6D25
Text Example
Text Example
White with #FA6D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6D25; }
p { color: rgb(250,109,37); }
H1.HeaderClassName
{
color: #FA6D25;
}
.AnyTagClassName
{
color: #FA6D25;
}
</style>
background-color css
<style>
a { background-color: #FA6D25; }
a { background-color: rgb(250,109,37); }
div.DivClassName
{
background-color: #FA6D25;
}
.BgClassName
{
background-color: #FA6D25;
}
</style>
border-color css
<style>
span { border-color: #FA6D25; }
span { border-color: rgb(250,109,37); }
td.TdClassName
{
border-color: #FA6D25;
}
.TagClassName
{
border-color: #FA6D25;
}
</style>