Shades of Sunset Orange #F0504C
Tints of Sunset Orange #F0504C
RGB
CMYK
RGB Variations
Color information
#F0504C (or 0xF0504C) is known color: Sunset Orange. HEX triplet: F0, 50 and 4C. RGB value is (240,80,76). Sum of RGB (Red+Green+Blue) = 240+80+76=396 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.61% from 396); Green value is 80 (31.64% from 255 or 20.20% from 396); Blue value is 76 (30.08% from 255 or 19.19% from 396); Max value from RGB is 240 - color contains mainly: red. Hex color #F0504C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0504C is #0FAFB3. Grayscale: #7F7F7F. Windows color (decimal): -1028020 or 5001456. OLE color: 5001456.
HSL color Cylindrical-coordinate representation of color #F0504C: hue angle of 1.46º 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 #F0504C is Cyan = 0, Magento = 0.67, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 80 | 76 | - |
| CMYK | 0 | 0.67 | 0.68 | 0.06 |
| HSL | 1.46º | 0.85% | 0.62% | - |
| HSV(B) | 1.46º | 0.68% | 0.94% | - |
| XYZ | 40.11 | 24.78 | 9.51 | - |
| YUV | 127.38 | 99.01 | 208.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 80 | 76 | 0 | 0.67 | 0.68 | 0.06 | 1.46 | 0.85 | 0.62 |
| Hex | F0 | 50 | 4C | 0 | 43 | 44 | 6 | 1 | 55 | 3E |
| Octal | 360 | 120 | 114 | 0 | 103 | 104 | 6 | 1 | 125 | 76 |
| Binary | 11110000 | 1010000 | 1001100 | 0 | 1000011 | 1000100 | 110 | 1 | 1010101 | 111110 |
Color Harmonies of #F0504C
Complementary color
Monochromatic Colors of #F0504C
Black with #F0504C
Text Example
Text Example
White with #F0504C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0504C; }
p { color: rgb(240,80,76); }
H1.HeaderClassName
{
color: #F0504C;
}
.AnyTagClassName
{
color: #F0504C;
}
</style>
background-color css
<style>
a { background-color: #F0504C; }
a { background-color: rgb(240,80,76); }
div.DivClassName
{
background-color: #F0504C;
}
.BgClassName
{
background-color: #F0504C;
}
</style>
border-color css
<style>
span { border-color: #F0504C; }
span { border-color: rgb(240,80,76); }
td.TdClassName
{
border-color: #F0504C;
}
.TagClassName
{
border-color: #F0504C;
}
</style>