Shades of Burnt Orange #FA6726
Tints of Burnt Orange #FA6726
RGB
CMYK
RGB Variations
Color information
#FA6726 (or 0xFA6726) is known color: Burnt Orange. HEX triplet: FA, 67 and 26. RGB value is (250,103,38). Sum of RGB (Red+Green+Blue) = 250+103+38=391 (51% of max value = 765). Red value is 250 (98.05% from 255 or 63.94% from 391); Green value is 103 (40.62% from 255 or 26.34% from 391); Blue value is 38 (15.23% from 255 or 9.72% from 391); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6726 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA6726 is #0598D9. Grayscale: #8B8B8B. Windows color (decimal): -366810 or 2516986. OLE color: 2516986.
HSL color Cylindrical-coordinate representation of color #FA6726: hue angle of 18.4º degrees, saturation: 0.95, 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 #FA6726 is Cyan = 0, Magento = 0.59, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 103 | 38 | - |
| CMYK | 0 | 0.59 | 0.85 | 0.02 |
| HSL | 18.4º | 0.95% | 0.56% | - |
| HSV(B) | 18.4º | 0.85% | 0.98% | - |
| XYZ | 44.62 | 30.16 | 5.3 | - |
| YUV | 139.54 | 70.7 | 206.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 103 | 38 | 0 | 0.59 | 0.85 | 0.02 | 18.4 | 0.95 | 0.56 |
| Hex | FA | 67 | 26 | 0 | 3B | 55 | 2 | 12 | 5F | 38 |
| Octal | 372 | 147 | 46 | 0 | 73 | 125 | 2 | 22 | 137 | 70 |
| Binary | 11111010 | 1100111 | 100110 | 0 | 111011 | 1010101 | 10 | 10010 | 1011111 | 111000 |
Color Harmonies of #FA6726
Complementary color
Monochromatic Colors of #FA6726
Black with #FA6726
Text Example
Text Example
White with #FA6726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6726; }
p { color: rgb(250,103,38); }
H1.HeaderClassName
{
color: #FA6726;
}
.AnyTagClassName
{
color: #FA6726;
}
</style>
background-color css
<style>
a { background-color: #FA6726; }
a { background-color: rgb(250,103,38); }
div.DivClassName
{
background-color: #FA6726;
}
.BgClassName
{
background-color: #FA6726;
}
</style>
border-color css
<style>
span { border-color: #FA6726; }
span { border-color: rgb(250,103,38); }
td.TdClassName
{
border-color: #FA6726;
}
.TagClassName
{
border-color: #FA6726;
}
</style>