Shades of Sunset Orange #F0504B
Tints of Sunset Orange #F0504B
RGB
CMYK
RGB Variations
Color information
#F0504B (or 0xF0504B) is known color: Sunset Orange. HEX triplet: F0, 50 and 4B. RGB value is (240,80,75). Sum of RGB (Red+Green+Blue) = 240+80+75=395 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.76% from 395); Green value is 80 (31.64% from 255 or 20.25% from 395); Blue value is 75 (29.69% from 255 or 18.99% from 395); Max value from RGB is 240 - color contains mainly: red. Hex color #F0504B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0504B is #0FAFB4. Grayscale: #7F7F7F. Windows color (decimal): -1028021 or 4935920. OLE color: 4935920.
HSL color Cylindrical-coordinate representation of color #F0504B: hue angle of 1.82º 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 #F0504B is Cyan = 0, Magento = 0.67, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 80 | 75 | - |
| CMYK | 0 | 0.67 | 0.69 | 0.06 |
| HSL | 1.82º | 0.85% | 0.62% | - |
| HSV(B) | 1.82º | 0.69% | 0.94% | - |
| XYZ | 40.07 | 24.77 | 9.33 | - |
| YUV | 127.27 | 98.51 | 208.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 80 | 75 | 0 | 0.67 | 0.69 | 0.06 | 1.82 | 0.85 | 0.62 |
| Hex | F0 | 50 | 4B | 0 | 43 | 45 | 6 | 2 | 55 | 3E |
| Octal | 360 | 120 | 113 | 0 | 103 | 105 | 6 | 2 | 125 | 76 |
| Binary | 11110000 | 1010000 | 1001011 | 0 | 1000011 | 1000101 | 110 | 10 | 1010101 | 111110 |
Color Harmonies of #F0504B
Complementary color
Monochromatic Colors of #F0504B
Black with #F0504B
Text Example
Text Example
White with #F0504B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0504B; }
p { color: rgb(240,80,75); }
H1.HeaderClassName
{
color: #F0504B;
}
.AnyTagClassName
{
color: #F0504B;
}
</style>
background-color css
<style>
a { background-color: #F0504B; }
a { background-color: rgb(240,80,75); }
div.DivClassName
{
background-color: #F0504B;
}
.BgClassName
{
background-color: #F0504B;
}
</style>
border-color css
<style>
span { border-color: #F0504B; }
span { border-color: rgb(240,80,75); }
td.TdClassName
{
border-color: #F0504B;
}
.TagClassName
{
border-color: #F0504B;
}
</style>