Shades of Burnt Orange #F2753C
Tints of Burnt Orange #F2753C
RGB
CMYK
RGB Variations
Color information
#F2753C (or 0xF2753C) is known color: Burnt Orange. HEX triplet: F2, 75 and 3C. RGB value is (242,117,60). Sum of RGB (Red+Green+Blue) = 242+117+60=419 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.76% from 419); Green value is 117 (46.09% from 255 or 27.92% from 419); Blue value is 60 (23.83% from 255 or 14.32% from 419); Max value from RGB is 242 - color contains mainly: red. Hex color #F2753C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2753C is #0D8AC3. Grayscale: #949494. Windows color (decimal): -887492 or 3962354. OLE color: 3962354.
HSL color Cylindrical-coordinate representation of color #F2753C: hue angle of 18.79º degrees, saturation: 0.88, 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 #F2753C is Cyan = 0, Magento = 0.52, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 117 | 60 | - |
| CMYK | 0 | 0.52 | 0.75 | 0.05 |
| HSL | 18.79º | 0.88% | 0.59% | - |
| HSV(B) | 18.79º | 0.75% | 0.95% | - |
| XYZ | 43.79 | 31.93 | 8.13 | - |
| YUV | 147.88 | 78.41 | 195.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 117 | 60 | 0 | 0.52 | 0.75 | 0.05 | 18.79 | 0.88 | 0.59 |
| Hex | F2 | 75 | 3C | 0 | 34 | 4B | 5 | 13 | 58 | 3B |
| Octal | 362 | 165 | 74 | 0 | 64 | 113 | 5 | 23 | 130 | 73 |
| Binary | 11110010 | 1110101 | 111100 | 0 | 110100 | 1001011 | 101 | 10011 | 1011000 | 111011 |
Color Harmonies of #F2753C
Complementary color
Monochromatic Colors of #F2753C
Black with #F2753C
Text Example
Text Example
White with #F2753C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2753C; }
p { color: rgb(242,117,60); }
H1.HeaderClassName
{
color: #F2753C;
}
.AnyTagClassName
{
color: #F2753C;
}
</style>
background-color css
<style>
a { background-color: #F2753C; }
a { background-color: rgb(242,117,60); }
div.DivClassName
{
background-color: #F2753C;
}
.BgClassName
{
background-color: #F2753C;
}
</style>
border-color css
<style>
span { border-color: #F2753C; }
span { border-color: rgb(242,117,60); }
td.TdClassName
{
border-color: #F2753C;
}
.TagClassName
{
border-color: #F2753C;
}
</style>