Shades of Sunset Orange #F54C3C
Tints of Sunset Orange #F54C3C
RGB
CMYK
RGB Variations
Color information
#F54C3C (or 0xF54C3C) is known color: Sunset Orange. HEX triplet: F5, 4C and 3C. RGB value is (245,76,60). Sum of RGB (Red+Green+Blue) = 245+76+60=381 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.30% from 381); Green value is 76 (30.08% from 255 or 19.95% from 381); Blue value is 60 (23.83% from 255 or 15.75% from 381); Max value from RGB is 245 - color contains mainly: red. Hex color #F54C3C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F54C3C is #0AB3C3. Grayscale: #7C7C7C. Windows color (decimal): -701380 or 3951861. OLE color: 3951861.
HSL color Cylindrical-coordinate representation of color #F54C3C: hue angle of 5.19º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F54C3C is Cyan = 0, Magento = 0.69, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 76 | 60 | - |
| CMYK | 0 | 0.69 | 0.76 | 0.04 |
| HSL | 5.19º | 0.9% | 0.6% | - |
| HSV(B) | 5.19º | 0.76% | 0.96% | - |
| XYZ | 41.06 | 24.91 | 6.92 | - |
| YUV | 124.71 | 91.49 | 213.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 76 | 60 | 0 | 0.69 | 0.76 | 0.04 | 5.19 | 0.9 | 0.6 |
| Hex | F5 | 4C | 3C | 0 | 45 | 4C | 4 | 5 | 5A | 3C |
| Octal | 365 | 114 | 74 | 0 | 105 | 114 | 4 | 5 | 132 | 74 |
| Binary | 11110101 | 1001100 | 111100 | 0 | 1000101 | 1001100 | 100 | 101 | 1011010 | 111100 |
Color Harmonies of #F54C3C
Complementary color
Monochromatic Colors of #F54C3C
Black with #F54C3C
Text Example
Text Example
White with #F54C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54C3C; }
p { color: rgb(245,76,60); }
H1.HeaderClassName
{
color: #F54C3C;
}
.AnyTagClassName
{
color: #F54C3C;
}
</style>
background-color css
<style>
a { background-color: #F54C3C; }
a { background-color: rgb(245,76,60); }
div.DivClassName
{
background-color: #F54C3C;
}
.BgClassName
{
background-color: #F54C3C;
}
</style>
border-color css
<style>
span { border-color: #F54C3C; }
span { border-color: rgb(245,76,60); }
td.TdClassName
{
border-color: #F54C3C;
}
.TagClassName
{
border-color: #F54C3C;
}
</style>