Shades of Sunset Orange #F04540
Tints of Sunset Orange #F04540
RGB
CMYK
RGB Variations
Color information
#F04540 (or 0xF04540) is known color: Sunset Orange. HEX triplet: F0, 45 and 40. RGB value is (240,69,64). Sum of RGB (Red+Green+Blue) = 240+69+64=373 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.34% from 373); Green value is 69 (27.34% from 255 or 18.50% from 373); Blue value is 64 (25.39% from 255 or 17.16% from 373); Max value from RGB is 240 - color contains mainly: red. Hex color #F04540 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04540 is #0FBABF. Grayscale: #777777. Windows color (decimal): -1030848 or 4212208. OLE color: 4212208.
HSL color Cylindrical-coordinate representation of color #F04540: hue angle of 1.7º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F04540 is Cyan = 0, Magento = 0.71, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 69 | 64 | - |
| CMYK | 0 | 0.71 | 0.73 | 0.06 |
| HSL | 1.7º | 0.85% | 0.6% | - |
| HSV(B) | 1.7º | 0.73% | 0.94% | - |
| XYZ | 38.99 | 23.15 | 7.26 | - |
| YUV | 119.56 | 96.65 | 213.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 69 | 64 | 0 | 0.71 | 0.73 | 0.06 | 1.7 | 0.85 | 0.6 |
| Hex | F0 | 45 | 40 | 0 | 47 | 49 | 6 | 2 | 55 | 3C |
| Octal | 360 | 105 | 100 | 0 | 107 | 111 | 6 | 2 | 125 | 74 |
| Binary | 11110000 | 1000101 | 1000000 | 0 | 1000111 | 1001001 | 110 | 10 | 1010101 | 111100 |
Color Harmonies of #F04540
Complementary color
Monochromatic Colors of #F04540
Black with #F04540
Text Example
Text Example
White with #F04540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04540; }
p { color: rgb(240,69,64); }
H1.HeaderClassName
{
color: #F04540;
}
.AnyTagClassName
{
color: #F04540;
}
</style>
background-color css
<style>
a { background-color: #F04540; }
a { background-color: rgb(240,69,64); }
div.DivClassName
{
background-color: #F04540;
}
.BgClassName
{
background-color: #F04540;
}
</style>
border-color css
<style>
span { border-color: #F04540; }
span { border-color: rgb(240,69,64); }
td.TdClassName
{
border-color: #F04540;
}
.TagClassName
{
border-color: #F04540;
}
</style>