Shades of Burnt Orange #F2713D
Tints of Burnt Orange #F2713D
RGB
CMYK
RGB Variations
Color information
#F2713D (or 0xF2713D) is known color: Burnt Orange. HEX triplet: F2, 71 and 3D. RGB value is (242,113,61). Sum of RGB (Red+Green+Blue) = 242+113+61=416 (55% of max value = 765). Red value is 242 (94.92% from 255 or 58.17% from 416); Green value is 113 (44.53% from 255 or 27.16% from 416); Blue value is 61 (24.22% from 255 or 14.66% from 416); Max value from RGB is 242 - color contains mainly: red. Hex color #F2713D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2713D is #0D8EC2. Grayscale: #919191. Windows color (decimal): -888515 or 4026866. OLE color: 4026866.
HSL color Cylindrical-coordinate representation of color #F2713D: hue angle of 17.24º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F2713D is Cyan = 0, Magento = 0.53, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 113 | 61 | - |
| CMYK | 0 | 0.53 | 0.75 | 0.05 |
| HSL | 17.24º | 0.87% | 0.59% | - |
| HSV(B) | 17.24º | 0.75% | 0.95% | - |
| XYZ | 43.37 | 31.02 | 8.12 | - |
| YUV | 145.64 | 80.24 | 196.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 113 | 61 | 0 | 0.53 | 0.75 | 0.05 | 17.24 | 0.87 | 0.59 |
| Hex | F2 | 71 | 3D | 0 | 35 | 4B | 5 | 11 | 57 | 3B |
| Octal | 362 | 161 | 75 | 0 | 65 | 113 | 5 | 21 | 127 | 73 |
| Binary | 11110010 | 1110001 | 111101 | 0 | 110101 | 1001011 | 101 | 10001 | 1010111 | 111011 |
Color Harmonies of #F2713D
Complementary color
Monochromatic Colors of #F2713D
Black with #F2713D
Text Example
Text Example
White with #F2713D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2713D; }
p { color: rgb(242,113,61); }
H1.HeaderClassName
{
color: #F2713D;
}
.AnyTagClassName
{
color: #F2713D;
}
</style>
background-color css
<style>
a { background-color: #F2713D; }
a { background-color: rgb(242,113,61); }
div.DivClassName
{
background-color: #F2713D;
}
.BgClassName
{
background-color: #F2713D;
}
</style>
border-color css
<style>
span { border-color: #F2713D; }
span { border-color: rgb(242,113,61); }
td.TdClassName
{
border-color: #F2713D;
}
.TagClassName
{
border-color: #F2713D;
}
</style>