Shades of Burnt Orange #FA6B2E
Tints of Burnt Orange #FA6B2E
RGB
CMYK
RGB Variations
Color information
#FA6B2E (or 0xFA6B2E) is known color: Burnt Orange. HEX triplet: FA, 6B and 2E. RGB value is (250,107,46). Sum of RGB (Red+Green+Blue) = 250+107+46=403 (53% of max value = 765). Red value is 250 (98.05% from 255 or 62.03% from 403); Green value is 107 (42.19% from 255 or 26.55% from 403); Blue value is 46 (18.36% from 255 or 11.41% from 403); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6B2E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA6B2E is #0594D1. Grayscale: #8F8F8F. Windows color (decimal): -365778 or 3042298. OLE color: 3042298.
HSL color Cylindrical-coordinate representation of color #FA6B2E: hue angle of 17.94º 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 #FA6B2E is Cyan = 0, Magento = 0.57, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 107 | 46 | - |
| CMYK | 0 | 0.57 | 0.82 | 0.02 |
| HSL | 17.94º | 0.95% | 0.58% | - |
| HSV(B) | 17.94º | 0.82% | 0.98% | - |
| XYZ | 45.18 | 31.04 | 6.19 | - |
| YUV | 142.8 | 73.38 | 204.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 107 | 46 | 0 | 0.57 | 0.82 | 0.02 | 17.94 | 0.95 | 0.58 |
| Hex | FA | 6B | 2E | 0 | 39 | 52 | 2 | 12 | 5F | 3A |
| Octal | 372 | 153 | 56 | 0 | 71 | 122 | 2 | 22 | 137 | 72 |
| Binary | 11111010 | 1101011 | 101110 | 0 | 111001 | 1010010 | 10 | 10010 | 1011111 | 111010 |
Color Harmonies of #FA6B2E
Complementary color
Monochromatic Colors of #FA6B2E
Black with #FA6B2E
Text Example
Text Example
White with #FA6B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6B2E; }
p { color: rgb(250,107,46); }
H1.HeaderClassName
{
color: #FA6B2E;
}
.AnyTagClassName
{
color: #FA6B2E;
}
</style>
background-color css
<style>
a { background-color: #FA6B2E; }
a { background-color: rgb(250,107,46); }
div.DivClassName
{
background-color: #FA6B2E;
}
.BgClassName
{
background-color: #FA6B2E;
}
</style>
border-color css
<style>
span { border-color: #FA6B2E; }
span { border-color: rgb(250,107,46); }
td.TdClassName
{
border-color: #FA6B2E;
}
.TagClassName
{
border-color: #FA6B2E;
}
</style>