Shades of Sunset Orange #F54C46
Tints of Sunset Orange #F54C46
RGB
CMYK
RGB Variations
Color information
#F54C46 (or 0xF54C46) is known color: Sunset Orange. HEX triplet: F5, 4C and 46. RGB value is (245,76,70). Sum of RGB (Red+Green+Blue) = 245+76+70=391 (51% of max value = 765). Red value is 245 (96.09% from 255 or 62.66% from 391); Green value is 76 (30.08% from 255 or 19.44% from 391); Blue value is 70 (27.73% from 255 or 17.90% from 391); Max value from RGB is 245 - color contains mainly: red. Hex color #F54C46 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F54C46 is #0AB3B9. Grayscale: #7E7E7E. Windows color (decimal): -701370 or 4607221. OLE color: 4607221.
HSL color Cylindrical-coordinate representation of color #F54C46: hue angle of 2.06º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F54C46 is Cyan = 0, Magento = 0.69, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 76 | 70 | - |
| CMYK | 0 | 0.69 | 0.71 | 0.04 |
| HSL | 2.06º | 0.9% | 0.62% | - |
| HSV(B) | 2.06º | 0.71% | 0.96% | - |
| XYZ | 41.35 | 25.02 | 8.45 | - |
| YUV | 125.85 | 96.49 | 212.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 76 | 70 | 0 | 0.69 | 0.71 | 0.04 | 2.06 | 0.9 | 0.62 |
| Hex | F5 | 4C | 46 | 0 | 45 | 47 | 4 | 2 | 5A | 3E |
| Octal | 365 | 114 | 106 | 0 | 105 | 107 | 4 | 2 | 132 | 76 |
| Binary | 11110101 | 1001100 | 1000110 | 0 | 1000101 | 1000111 | 100 | 10 | 1011010 | 111110 |
Color Harmonies of #F54C46
Complementary color
Monochromatic Colors of #F54C46
Black with #F54C46
Text Example
Text Example
White with #F54C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54C46; }
p { color: rgb(245,76,70); }
H1.HeaderClassName
{
color: #F54C46;
}
.AnyTagClassName
{
color: #F54C46;
}
</style>
background-color css
<style>
a { background-color: #F54C46; }
a { background-color: rgb(245,76,70); }
div.DivClassName
{
background-color: #F54C46;
}
.BgClassName
{
background-color: #F54C46;
}
</style>
border-color css
<style>
span { border-color: #F54C46; }
span { border-color: rgb(245,76,70); }
td.TdClassName
{
border-color: #F54C46;
}
.TagClassName
{
border-color: #F54C46;
}
</style>