Shades of Sunset Orange #F04E4A
Tints of Sunset Orange #F04E4A
RGB
CMYK
RGB Variations
Color information
#F04E4A (or 0xF04E4A) is known color: Sunset Orange. HEX triplet: F0, 4E and 4A. RGB value is (240,78,74). Sum of RGB (Red+Green+Blue) = 240+78+74=392 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.22% from 392); Green value is 78 (30.86% from 255 or 19.90% from 392); Blue value is 74 (29.30% from 255 or 18.88% from 392); Max value from RGB is 240 - color contains mainly: red. Hex color #F04E4A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F04E4A is #0FB1B5. Grayscale: #7E7E7E. Windows color (decimal): -1028534 or 4869872. OLE color: 4869872.
HSL color Cylindrical-coordinate representation of color #F04E4A: hue angle of 1.45º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F04E4A is Cyan = 0, Magento = 0.68, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 78 | 74 | - |
| CMYK | 0 | 0.68 | 0.69 | 0.06 |
| HSL | 1.45º | 0.85% | 0.62% | - |
| HSV(B) | 1.45º | 0.69% | 0.94% | - |
| XYZ | 39.9 | 24.47 | 9.1 | - |
| YUV | 125.98 | 98.67 | 209.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 78 | 74 | 0 | 0.68 | 0.69 | 0.06 | 1.45 | 0.85 | 0.62 |
| Hex | F0 | 4E | 4A | 0 | 44 | 45 | 6 | 1 | 55 | 3E |
| Octal | 360 | 116 | 112 | 0 | 104 | 105 | 6 | 1 | 125 | 76 |
| Binary | 11110000 | 1001110 | 1001010 | 0 | 1000100 | 1000101 | 110 | 1 | 1010101 | 111110 |
Color Harmonies of #F04E4A
Complementary color
Monochromatic Colors of #F04E4A
Black with #F04E4A
Text Example
Text Example
White with #F04E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04E4A; }
p { color: rgb(240,78,74); }
H1.HeaderClassName
{
color: #F04E4A;
}
.AnyTagClassName
{
color: #F04E4A;
}
</style>
background-color css
<style>
a { background-color: #F04E4A; }
a { background-color: rgb(240,78,74); }
div.DivClassName
{
background-color: #F04E4A;
}
.BgClassName
{
background-color: #F04E4A;
}
</style>
border-color css
<style>
span { border-color: #F04E4A; }
span { border-color: rgb(240,78,74); }
td.TdClassName
{
border-color: #F04E4A;
}
.TagClassName
{
border-color: #F04E4A;
}
</style>