Shades of Sunset Orange #F04F4C
Tints of Sunset Orange #F04F4C
RGB
CMYK
RGB Variations
Color information
#F04F4C (or 0xF04F4C) is known color: Sunset Orange. HEX triplet: F0, 4F and 4C. RGB value is (240,79,76). Sum of RGB (Red+Green+Blue) = 240+79+76=395 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.76% from 395); Green value is 79 (31.25% from 255 or 20% from 395); Blue value is 76 (30.08% from 255 or 19.24% from 395); Max value from RGB is 240 - color contains mainly: red. Hex color #F04F4C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F04F4C is #0FB0B3. Grayscale: #7E7E7E. Windows color (decimal): -1028276 or 5001200. OLE color: 5001200.
HSL color Cylindrical-coordinate representation of color #F04F4C: hue angle of 1.1º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F04F4C is Cyan = 0, Magento = 0.67, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 79 | 76 | - |
| CMYK | 0 | 0.67 | 0.68 | 0.06 |
| HSL | 1.1º | 0.85% | 0.62% | - |
| HSV(B) | 1.1º | 0.68% | 0.94% | - |
| XYZ | 40.04 | 24.64 | 9.48 | - |
| YUV | 126.8 | 99.34 | 208.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 79 | 76 | 0 | 0.67 | 0.68 | 0.06 | 1.1 | 0.85 | 0.62 |
| Hex | F0 | 4F | 4C | 0 | 43 | 44 | 6 | 1 | 55 | 3E |
| Octal | 360 | 117 | 114 | 0 | 103 | 104 | 6 | 1 | 125 | 76 |
| Binary | 11110000 | 1001111 | 1001100 | 0 | 1000011 | 1000100 | 110 | 1 | 1010101 | 111110 |
Color Harmonies of #F04F4C
Complementary color
Monochromatic Colors of #F04F4C
Black with #F04F4C
Text Example
Text Example
White with #F04F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04F4C; }
p { color: rgb(240,79,76); }
H1.HeaderClassName
{
color: #F04F4C;
}
.AnyTagClassName
{
color: #F04F4C;
}
</style>
background-color css
<style>
a { background-color: #F04F4C; }
a { background-color: rgb(240,79,76); }
div.DivClassName
{
background-color: #F04F4C;
}
.BgClassName
{
background-color: #F04F4C;
}
</style>
border-color css
<style>
span { border-color: #F04F4C; }
span { border-color: rgb(240,79,76); }
td.TdClassName
{
border-color: #F04F4C;
}
.TagClassName
{
border-color: #F04F4C;
}
</style>