Shades of Burnt Orange #FA6826
Tints of Burnt Orange #FA6826
RGB
CMYK
RGB Variations
Color information
#FA6826 (or 0xFA6826) is known color: Burnt Orange. HEX triplet: FA, 68 and 26. RGB value is (250,104,38). Sum of RGB (Red+Green+Blue) = 250+104+38=392 (51% of max value = 765). Red value is 250 (98.05% from 255 or 63.78% from 392); Green value is 104 (41.02% from 255 or 26.53% from 392); Blue value is 38 (15.23% from 255 or 9.69% from 392); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6826 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA6826 is #0597D9. Grayscale: #8C8C8C. Windows color (decimal): -366554 or 2517242. OLE color: 2517242.
HSL color Cylindrical-coordinate representation of color #FA6826: hue angle of 18.68º 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 #FA6826 is Cyan = 0, Magento = 0.58, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 104 | 38 | - |
| CMYK | 0 | 0.58 | 0.85 | 0.02 |
| HSL | 18.68º | 0.95% | 0.56% | - |
| HSV(B) | 18.68º | 0.85% | 0.98% | - |
| XYZ | 44.72 | 30.36 | 5.34 | - |
| YUV | 140.13 | 70.37 | 206.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 104 | 38 | 0 | 0.58 | 0.85 | 0.02 | 18.68 | 0.95 | 0.56 |
| Hex | FA | 68 | 26 | 0 | 3A | 55 | 2 | 13 | 5F | 38 |
| Octal | 372 | 150 | 46 | 0 | 72 | 125 | 2 | 23 | 137 | 70 |
| Binary | 11111010 | 1101000 | 100110 | 0 | 111010 | 1010101 | 10 | 10011 | 1011111 | 111000 |
Color Harmonies of #FA6826
Complementary color
Monochromatic Colors of #FA6826
Black with #FA6826
Text Example
Text Example
White with #FA6826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6826; }
p { color: rgb(250,104,38); }
H1.HeaderClassName
{
color: #FA6826;
}
.AnyTagClassName
{
color: #FA6826;
}
</style>
background-color css
<style>
a { background-color: #FA6826; }
a { background-color: rgb(250,104,38); }
div.DivClassName
{
background-color: #FA6826;
}
.BgClassName
{
background-color: #FA6826;
}
</style>
border-color css
<style>
span { border-color: #FA6826; }
span { border-color: rgb(250,104,38); }
td.TdClassName
{
border-color: #FA6826;
}
.TagClassName
{
border-color: #FA6826;
}
</style>