Shades of Sunset Orange #F05547
Tints of Sunset Orange #F05547
RGB
CMYK
RGB Variations
Color information
#F05547 (or 0xF05547) is known color: Sunset Orange. HEX triplet: F0, 55 and 47. RGB value is (240,85,71). Sum of RGB (Red+Green+Blue) = 240+85+71=396 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.61% from 396); Green value is 85 (33.59% from 255 or 21.46% from 396); Blue value is 71 (28.12% from 255 or 17.93% from 396); Max value from RGB is 240 - color contains mainly: red. Hex color #F05547 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05547 is #0FAAB8. Grayscale: #818181. Windows color (decimal): -1026745 or 4675056. OLE color: 4675056.
HSL color Cylindrical-coordinate representation of color #F05547: hue angle of 4.97º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F05547 is Cyan = 0, Magento = 0.65, Yellow = 0.70 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 85 | 71 | - |
| CMYK | 0 | 0.65 | 0.70 | 0.06 |
| HSL | 4.97º | 0.85% | 0.61% | - |
| HSV(B) | 4.97º | 0.7% | 0.94% | - |
| XYZ | 40.32 | 25.48 | 8.75 | - |
| YUV | 129.75 | 94.85 | 206.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 85 | 71 | 0 | 0.65 | 0.70 | 0.06 | 4.97 | 0.85 | 0.61 |
| Hex | F0 | 55 | 47 | 0 | 41 | 46 | 6 | 5 | 55 | 3D |
| Octal | 360 | 125 | 107 | 0 | 101 | 106 | 6 | 5 | 125 | 75 |
| Binary | 11110000 | 1010101 | 1000111 | 0 | 1000001 | 1000110 | 110 | 101 | 1010101 | 111101 |
Color Harmonies of #F05547
Complementary color
Monochromatic Colors of #F05547
Black with #F05547
Text Example
Text Example
White with #F05547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05547; }
p { color: rgb(240,85,71); }
H1.HeaderClassName
{
color: #F05547;
}
.AnyTagClassName
{
color: #F05547;
}
</style>
background-color css
<style>
a { background-color: #F05547; }
a { background-color: rgb(240,85,71); }
div.DivClassName
{
background-color: #F05547;
}
.BgClassName
{
background-color: #F05547;
}
</style>
border-color css
<style>
span { border-color: #F05547; }
span { border-color: rgb(240,85,71); }
td.TdClassName
{
border-color: #F05547;
}
.TagClassName
{
border-color: #F05547;
}
</style>