Shades of Burnt Orange #FA6C2F
Tints of Burnt Orange #FA6C2F
RGB
CMYK
RGB Variations
Color information
#FA6C2F (or 0xFA6C2F) is known color: Burnt Orange. HEX triplet: FA, 6C and 2F. RGB value is (250,108,47). Sum of RGB (Red+Green+Blue) = 250+108+47=405 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.73% from 405); Green value is 108 (42.58% from 255 or 26.67% from 405); Blue value is 47 (18.75% from 255 or 11.60% from 405); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6C2F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA6C2F is #0593D0. Grayscale: #8F8F8F. Windows color (decimal): -365521 or 3108090. OLE color: 3108090.
HSL color Cylindrical-coordinate representation of color #FA6C2F: hue angle of 18.03º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FA6C2F is Cyan = 0, Magento = 0.57, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 108 | 47 | - |
| CMYK | 0 | 0.57 | 0.81 | 0.02 |
| HSL | 18.03º | 0.95% | 0.58% | - |
| HSV(B) | 18.03º | 0.81% | 0.98% | - |
| XYZ | 45.3 | 31.25 | 6.33 | - |
| YUV | 143.5 | 73.54 | 203.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 108 | 47 | 0 | 0.57 | 0.81 | 0.02 | 18.03 | 0.95 | 0.58 |
| Hex | FA | 6C | 2F | 0 | 39 | 51 | 2 | 12 | 5F | 3A |
| Octal | 372 | 154 | 57 | 0 | 71 | 121 | 2 | 22 | 137 | 72 |
| Binary | 11111010 | 1101100 | 101111 | 0 | 111001 | 1010001 | 10 | 10010 | 1011111 | 111010 |
Color Harmonies of #FA6C2F
Complementary color
Monochromatic Colors of #FA6C2F
Black with #FA6C2F
Text Example
Text Example
White with #FA6C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6C2F; }
p { color: rgb(250,108,47); }
H1.HeaderClassName
{
color: #FA6C2F;
}
.AnyTagClassName
{
color: #FA6C2F;
}
</style>
background-color css
<style>
a { background-color: #FA6C2F; }
a { background-color: rgb(250,108,47); }
div.DivClassName
{
background-color: #FA6C2F;
}
.BgClassName
{
background-color: #FA6C2F;
}
</style>
border-color css
<style>
span { border-color: #FA6C2F; }
span { border-color: rgb(250,108,47); }
td.TdClassName
{
border-color: #FA6C2F;
}
.TagClassName
{
border-color: #FA6C2F;
}
</style>