Shades of Burnt Orange #F2753D
Tints of Burnt Orange #F2753D
RGB
CMYK
RGB Variations
Color information
#F2753D (or 0xF2753D) is known color: Burnt Orange. HEX triplet: F2, 75 and 3D. RGB value is (242,117,61). Sum of RGB (Red+Green+Blue) = 242+117+61=420 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.62% from 420); Green value is 117 (46.09% from 255 or 27.86% from 420); Blue value is 61 (24.22% from 255 or 14.52% from 420); Max value from RGB is 242 - color contains mainly: red. Hex color #F2753D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2753D is #0D8AC2. Grayscale: #949494. Windows color (decimal): -887491 or 4027890. OLE color: 4027890.
HSL color Cylindrical-coordinate representation of color #F2753D: hue angle of 18.56º 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 #F2753D is Cyan = 0, Magento = 0.52, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 117 | 61 | - |
| CMYK | 0 | 0.52 | 0.75 | 0.05 |
| HSL | 18.56º | 0.87% | 0.59% | - |
| HSV(B) | 18.56º | 0.75% | 0.95% | - |
| XYZ | 43.82 | 31.94 | 8.27 | - |
| YUV | 147.99 | 78.91 | 195.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 117 | 61 | 0 | 0.52 | 0.75 | 0.05 | 18.56 | 0.87 | 0.59 |
| Hex | F2 | 75 | 3D | 0 | 34 | 4B | 5 | 13 | 57 | 3B |
| Octal | 362 | 165 | 75 | 0 | 64 | 113 | 5 | 23 | 127 | 73 |
| Binary | 11110010 | 1110101 | 111101 | 0 | 110100 | 1001011 | 101 | 10011 | 1010111 | 111011 |
Color Harmonies of #F2753D
Complementary color
Monochromatic Colors of #F2753D
Black with #F2753D
Text Example
Text Example
White with #F2753D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2753D; }
p { color: rgb(242,117,61); }
H1.HeaderClassName
{
color: #F2753D;
}
.AnyTagClassName
{
color: #F2753D;
}
</style>
background-color css
<style>
a { background-color: #F2753D; }
a { background-color: rgb(242,117,61); }
div.DivClassName
{
background-color: #F2753D;
}
.BgClassName
{
background-color: #F2753D;
}
</style>
border-color css
<style>
span { border-color: #F2753D; }
span { border-color: rgb(242,117,61); }
td.TdClassName
{
border-color: #F2753D;
}
.TagClassName
{
border-color: #F2753D;
}
</style>