Shades of Sunset Orange #F1544C
Tints of Sunset Orange #F1544C
RGB
CMYK
RGB Variations
Color information
#F1544C (or 0xF1544C) is known color: Sunset Orange. HEX triplet: F1, 54 and 4C. RGB value is (241,84,76). Sum of RGB (Red+Green+Blue) = 241+84+76=401 (53% of max value = 765). Red value is 241 (94.53% from 255 or 60.10% from 401); Green value is 84 (33.20% from 255 or 20.95% from 401); Blue value is 76 (30.08% from 255 or 18.95% from 401); Max value from RGB is 241 - color contains mainly: red. Hex color #F1544C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1544C is #0EABB3. Grayscale: #828282. Windows color (decimal): -961460 or 5002481. OLE color: 5002481.
HSL color Cylindrical-coordinate representation of color #F1544C: hue angle of 2.91º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F1544C is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 84 | 76 | - |
| CMYK | 0 | 0.65 | 0.68 | 0.05 |
| HSL | 2.91º | 0.85% | 0.62% | - |
| HSV(B) | 2.91º | 0.68% | 0.95% | - |
| XYZ | 40.75 | 25.56 | 9.62 | - |
| YUV | 130.03 | 97.51 | 207.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 84 | 76 | 0 | 0.65 | 0.68 | 0.05 | 2.91 | 0.85 | 0.62 |
| Hex | F1 | 54 | 4C | 0 | 41 | 44 | 5 | 3 | 55 | 3E |
| Octal | 361 | 124 | 114 | 0 | 101 | 104 | 5 | 3 | 125 | 76 |
| Binary | 11110001 | 1010100 | 1001100 | 0 | 1000001 | 1000100 | 101 | 11 | 1010101 | 111110 |
Color Harmonies of #F1544C
Complementary color
Monochromatic Colors of #F1544C
Black with #F1544C
Text Example
Text Example
White with #F1544C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1544C; }
p { color: rgb(241,84,76); }
H1.HeaderClassName
{
color: #F1544C;
}
.AnyTagClassName
{
color: #F1544C;
}
</style>
background-color css
<style>
a { background-color: #F1544C; }
a { background-color: rgb(241,84,76); }
div.DivClassName
{
background-color: #F1544C;
}
.BgClassName
{
background-color: #F1544C;
}
</style>
border-color css
<style>
span { border-color: #F1544C; }
span { border-color: rgb(241,84,76); }
td.TdClassName
{
border-color: #F1544C;
}
.TagClassName
{
border-color: #F1544C;
}
</style>