Shades of Burnt Orange #FA702F
Tints of Burnt Orange #FA702F
RGB
CMYK
RGB Variations
Color information
#FA702F (or 0xFA702F) is known color: Burnt Orange. HEX triplet: FA, 70 and 2F. RGB value is (250,112,47). Sum of RGB (Red+Green+Blue) = 250+112+47=409 (54% of max value = 765). Red value is 250 (98.05% from 255 or 61.12% from 409); Green value is 112 (44.14% from 255 or 27.38% from 409); Blue value is 47 (18.75% from 255 or 11.49% from 409); Max value from RGB is 250 - color contains mainly: red. Hex color #FA702F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA702F is #058FD0. Grayscale: #929292. Windows color (decimal): -364497 or 3109114. OLE color: 3109114.
HSL color Cylindrical-coordinate representation of color #FA702F: hue angle of 19.21º 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 #FA702F is Cyan = 0, Magento = 0.55, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 112 | 47 | - |
| CMYK | 0 | 0.55 | 0.81 | 0.02 |
| HSL | 19.21º | 0.95% | 0.58% | - |
| HSV(B) | 19.21º | 0.81% | 0.98% | - |
| XYZ | 45.73 | 32.12 | 6.48 | - |
| YUV | 145.85 | 72.22 | 202.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 112 | 47 | 0 | 0.55 | 0.81 | 0.02 | 19.21 | 0.95 | 0.58 |
| Hex | FA | 70 | 2F | 0 | 37 | 51 | 2 | 13 | 5F | 3A |
| Octal | 372 | 160 | 57 | 0 | 67 | 121 | 2 | 23 | 137 | 72 |
| Binary | 11111010 | 1110000 | 101111 | 0 | 110111 | 1010001 | 10 | 10011 | 1011111 | 111010 |
Color Harmonies of #FA702F
Complementary color
Monochromatic Colors of #FA702F
Black with #FA702F
Text Example
Text Example
White with #FA702F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA702F; }
p { color: rgb(250,112,47); }
H1.HeaderClassName
{
color: #FA702F;
}
.AnyTagClassName
{
color: #FA702F;
}
</style>
background-color css
<style>
a { background-color: #FA702F; }
a { background-color: rgb(250,112,47); }
div.DivClassName
{
background-color: #FA702F;
}
.BgClassName
{
background-color: #FA702F;
}
</style>
border-color css
<style>
span { border-color: #FA702F; }
span { border-color: rgb(250,112,47); }
td.TdClassName
{
border-color: #FA702F;
}
.TagClassName
{
border-color: #FA702F;
}
</style>