Shades of Sunset Orange #F6554E
Tints of Sunset Orange #F6554E
RGB
CMYK
RGB Variations
Color information
#F6554E (or 0xF6554E) is known color: Sunset Orange. HEX triplet: F6, 55 and 4E. RGB value is (246,85,78). Sum of RGB (Red+Green+Blue) = 246+85+78=409 (54% of max value = 765). Red value is 246 (96.48% from 255 or 60.15% from 409); Green value is 85 (33.59% from 255 or 20.78% from 409); Blue value is 78 (30.86% from 255 or 19.07% from 409); Max value from RGB is 246 - color contains mainly: red. Hex color #F6554E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6554E is #09AAB1. Grayscale: #848484. Windows color (decimal): -633522 or 5133814. OLE color: 5133814.
HSL color Cylindrical-coordinate representation of color #F6554E: hue angle of 2.5º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F6554E is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 85 | 78 | - |
| CMYK | 0 | 0.65 | 0.68 | 0.04 |
| HSL | 2.5º | 0.9% | 0.64% | - |
| HSV(B) | 2.5º | 0.68% | 0.96% | - |
| XYZ | 42.63 | 26.64 | 10.1 | - |
| YUV | 132.34 | 97.34 | 209.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 85 | 78 | 0 | 0.65 | 0.68 | 0.04 | 2.5 | 0.9 | 0.64 |
| Hex | F6 | 55 | 4E | 0 | 41 | 44 | 4 | 2 | 5A | 40 |
| Octal | 366 | 125 | 116 | 0 | 101 | 104 | 4 | 2 | 132 | 100 |
| Binary | 11110110 | 1010101 | 1001110 | 0 | 1000001 | 1000100 | 100 | 10 | 1011010 | 1000000 |
Color Harmonies of #F6554E
Complementary color
Monochromatic Colors of #F6554E
Black with #F6554E
Text Example
Text Example
White with #F6554E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6554E; }
p { color: rgb(246,85,78); }
H1.HeaderClassName
{
color: #F6554E;
}
.AnyTagClassName
{
color: #F6554E;
}
</style>
background-color css
<style>
a { background-color: #F6554E; }
a { background-color: rgb(246,85,78); }
div.DivClassName
{
background-color: #F6554E;
}
.BgClassName
{
background-color: #F6554E;
}
</style>
border-color css
<style>
span { border-color: #F6554E; }
span { border-color: rgb(246,85,78); }
td.TdClassName
{
border-color: #F6554E;
}
.TagClassName
{
border-color: #F6554E;
}
</style>