Shades of Sunset Orange #F05545
Tints of Sunset Orange #F05545
RGB
CMYK
RGB Variations
Color information
#F05545 (or 0xF05545) is known color: Sunset Orange. HEX triplet: F0, 55 and 45. RGB value is (240,85,69). Sum of RGB (Red+Green+Blue) = 240+85+69=394 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.91% from 394); Green value is 85 (33.59% from 255 or 21.57% from 394); Blue value is 69 (27.34% from 255 or 17.51% from 394); Max value from RGB is 240 - color contains mainly: red. Hex color #F05545 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05545 is #0FAABA. Grayscale: #818181. Windows color (decimal): -1026747 or 4543984. OLE color: 4543984.
HSL color Cylindrical-coordinate representation of color #F05545: hue angle of 5.61º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F05545 is Cyan = 0, Magento = 0.65, Yellow = 0.71 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 85 | 69 | - |
| CMYK | 0 | 0.65 | 0.71 | 0.06 |
| HSL | 5.61º | 0.85% | 0.61% | - |
| HSV(B) | 5.61º | 0.71% | 0.94% | - |
| XYZ | 40.26 | 25.45 | 8.42 | - |
| YUV | 129.52 | 93.85 | 206.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 85 | 69 | 0 | 0.65 | 0.71 | 0.06 | 5.61 | 0.85 | 0.61 |
| Hex | F0 | 55 | 45 | 0 | 41 | 47 | 6 | 6 | 55 | 3D |
| Octal | 360 | 125 | 105 | 0 | 101 | 107 | 6 | 6 | 125 | 75 |
| Binary | 11110000 | 1010101 | 1000101 | 0 | 1000001 | 1000111 | 110 | 110 | 1010101 | 111101 |
Color Harmonies of #F05545
Complementary color
Monochromatic Colors of #F05545
Black with #F05545
Text Example
Text Example
White with #F05545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05545; }
p { color: rgb(240,85,69); }
H1.HeaderClassName
{
color: #F05545;
}
.AnyTagClassName
{
color: #F05545;
}
</style>
background-color css
<style>
a { background-color: #F05545; }
a { background-color: rgb(240,85,69); }
div.DivClassName
{
background-color: #F05545;
}
.BgClassName
{
background-color: #F05545;
}
</style>
border-color css
<style>
span { border-color: #F05545; }
span { border-color: rgb(240,85,69); }
td.TdClassName
{
border-color: #F05545;
}
.TagClassName
{
border-color: #F05545;
}
</style>