Shades of Sunset Orange #F0453D
Tints of Sunset Orange #F0453D
RGB
CMYK
RGB Variations
Color information
#F0453D (or 0xF0453D) is known color: Sunset Orange. HEX triplet: F0, 45 and 3D. RGB value is (240,69,61). Sum of RGB (Red+Green+Blue) = 240+69+61=370 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.86% from 370); Green value is 69 (27.34% from 255 or 18.65% from 370); Blue value is 61 (24.22% from 255 or 16.49% from 370); Max value from RGB is 240 - color contains mainly: red. Hex color #F0453D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0453D is #0FBAC2. Grayscale: #777777. Windows color (decimal): -1030851 or 4015600. OLE color: 4015600.
HSL color Cylindrical-coordinate representation of color #F0453D: hue angle of 2.68º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F0453D is Cyan = 0, Magento = 0.71, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 69 | 61 | - |
| CMYK | 0 | 0.71 | 0.75 | 0.06 |
| HSL | 2.68º | 0.86% | 0.59% | - |
| HSV(B) | 2.68º | 0.75% | 0.94% | - |
| XYZ | 38.91 | 23.12 | 6.83 | - |
| YUV | 119.22 | 95.15 | 214.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 69 | 61 | 0 | 0.71 | 0.75 | 0.06 | 2.68 | 0.86 | 0.59 |
| Hex | F0 | 45 | 3D | 0 | 47 | 4B | 6 | 3 | 56 | 3B |
| Octal | 360 | 105 | 75 | 0 | 107 | 113 | 6 | 3 | 126 | 73 |
| Binary | 11110000 | 1000101 | 111101 | 0 | 1000111 | 1001011 | 110 | 11 | 1010110 | 111011 |
Color Harmonies of #F0453D
Complementary color
Monochromatic Colors of #F0453D
Black with #F0453D
Text Example
Text Example
White with #F0453D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0453D; }
p { color: rgb(240,69,61); }
H1.HeaderClassName
{
color: #F0453D;
}
.AnyTagClassName
{
color: #F0453D;
}
</style>
background-color css
<style>
a { background-color: #F0453D; }
a { background-color: rgb(240,69,61); }
div.DivClassName
{
background-color: #F0453D;
}
.BgClassName
{
background-color: #F0453D;
}
</style>
border-color css
<style>
span { border-color: #F0453D; }
span { border-color: rgb(240,69,61); }
td.TdClassName
{
border-color: #F0453D;
}
.TagClassName
{
border-color: #F0453D;
}
</style>