Shades of Sunset Orange #F55340
Tints of Sunset Orange #F55340
RGB
CMYK
RGB Variations
Color information
#F55340 (or 0xF55340) is known color: Sunset Orange. HEX triplet: F5, 53 and 40. RGB value is (245,83,64). Sum of RGB (Red+Green+Blue) = 245+83+64=392 (51% of max value = 765). Red value is 245 (96.09% from 255 or 62.5% from 392); Green value is 83 (32.81% from 255 or 21.17% from 392); Blue value is 64 (25.39% from 255 or 16.33% from 392); Max value from RGB is 245 - color contains mainly: red. Hex color #F55340 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55340 is #0AACBF. Grayscale: #818181. Windows color (decimal): -699584 or 4215797. OLE color: 4215797.
HSL color Cylindrical-coordinate representation of color #F55340: hue angle of 6.3º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F55340 is Cyan = 0, Magento = 0.66, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 83 | 64 | - |
| CMYK | 0 | 0.66 | 0.74 | 0.04 |
| HSL | 6.3º | 0.9% | 0.61% | - |
| HSV(B) | 6.3º | 0.74% | 0.96% | - |
| XYZ | 41.67 | 25.97 | 7.67 | - |
| YUV | 129.27 | 91.17 | 210.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 83 | 64 | 0 | 0.66 | 0.74 | 0.04 | 6.3 | 0.9 | 0.61 |
| Hex | F5 | 53 | 40 | 0 | 42 | 4A | 4 | 6 | 5A | 3D |
| Octal | 365 | 123 | 100 | 0 | 102 | 112 | 4 | 6 | 132 | 75 |
| Binary | 11110101 | 1010011 | 1000000 | 0 | 1000010 | 1001010 | 100 | 110 | 1011010 | 111101 |
Color Harmonies of #F55340
Complementary color
Monochromatic Colors of #F55340
Black with #F55340
Text Example
Text Example
White with #F55340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55340; }
p { color: rgb(245,83,64); }
H1.HeaderClassName
{
color: #F55340;
}
.AnyTagClassName
{
color: #F55340;
}
</style>
background-color css
<style>
a { background-color: #F55340; }
a { background-color: rgb(245,83,64); }
div.DivClassName
{
background-color: #F55340;
}
.BgClassName
{
background-color: #F55340;
}
</style>
border-color css
<style>
span { border-color: #F55340; }
span { border-color: rgb(245,83,64); }
td.TdClassName
{
border-color: #F55340;
}
.TagClassName
{
border-color: #F55340;
}
</style>