Shades of Burnt Orange #FA6A2F
Tints of Burnt Orange #FA6A2F
RGB
CMYK
RGB Variations
Color information
#FA6A2F (or 0xFA6A2F) is known color: Burnt Orange. HEX triplet: FA, 6A and 2F. RGB value is (250,106,47). Sum of RGB (Red+Green+Blue) = 250+106+47=403 (53% of max value = 765). Red value is 250 (98.05% from 255 or 62.03% from 403); Green value is 106 (41.80% from 255 or 26.30% from 403); Blue value is 47 (18.75% from 255 or 11.66% from 403); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6A2F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA6A2F is #0595D0. Grayscale: #8E8E8E. Windows color (decimal): -366033 or 3107578. OLE color: 3107578.
HSL color Cylindrical-coordinate representation of color #FA6A2F: hue angle of 17.44º 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 #FA6A2F is Cyan = 0, Magento = 0.58, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 106 | 47 | - |
| CMYK | 0 | 0.58 | 0.81 | 0.02 |
| HSL | 17.44º | 0.95% | 0.58% | - |
| HSV(B) | 17.44º | 0.81% | 0.98% | - |
| XYZ | 45.09 | 30.84 | 6.26 | - |
| YUV | 142.33 | 74.21 | 204.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 106 | 47 | 0 | 0.58 | 0.81 | 0.02 | 17.44 | 0.95 | 0.58 |
| Hex | FA | 6A | 2F | 0 | 3A | 51 | 2 | 11 | 5F | 3A |
| Octal | 372 | 152 | 57 | 0 | 72 | 121 | 2 | 21 | 137 | 72 |
| Binary | 11111010 | 1101010 | 101111 | 0 | 111010 | 1010001 | 10 | 10001 | 1011111 | 111010 |
Color Harmonies of #FA6A2F
Complementary color
Monochromatic Colors of #FA6A2F
Black with #FA6A2F
Text Example
Text Example
White with #FA6A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6A2F; }
p { color: rgb(250,106,47); }
H1.HeaderClassName
{
color: #FA6A2F;
}
.AnyTagClassName
{
color: #FA6A2F;
}
</style>
background-color css
<style>
a { background-color: #FA6A2F; }
a { background-color: rgb(250,106,47); }
div.DivClassName
{
background-color: #FA6A2F;
}
.BgClassName
{
background-color: #FA6A2F;
}
</style>
border-color css
<style>
span { border-color: #FA6A2F; }
span { border-color: rgb(250,106,47); }
td.TdClassName
{
border-color: #FA6A2F;
}
.TagClassName
{
border-color: #FA6A2F;
}
</style>