Shades of Sunset Orange #F1534D
Tints of Sunset Orange #F1534D
RGB
CMYK
RGB Variations
Color information
#F1534D (or 0xF1534D) is known color: Sunset Orange. HEX triplet: F1, 53 and 4D. RGB value is (241,83,77). Sum of RGB (Red+Green+Blue) = 241+83+77=401 (53% of max value = 765). Red value is 241 (94.53% from 255 or 60.10% from 401); Green value is 83 (32.81% from 255 or 20.70% from 401); Blue value is 77 (30.47% from 255 or 19.20% from 401); Max value from RGB is 241 - color contains mainly: red. Hex color #F1534D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1534D is #0EACB2. Grayscale: #818181. Windows color (decimal): -961715 or 5067761. OLE color: 5067761.
HSL color Cylindrical-coordinate representation of color #F1534D: hue angle of 2.2º 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 #F1534D is Cyan = 0, Magento = 0.66, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 83 | 77 | - |
| CMYK | 0 | 0.66 | 0.68 | 0.05 |
| HSL | 2.2º | 0.85% | 0.62% | - |
| HSV(B) | 2.2º | 0.68% | 0.95% | - |
| XYZ | 40.71 | 25.42 | 9.78 | - |
| YUV | 129.56 | 98.35 | 207.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 83 | 77 | 0 | 0.66 | 0.68 | 0.05 | 2.2 | 0.85 | 0.62 |
| Hex | F1 | 53 | 4D | 0 | 42 | 44 | 5 | 2 | 55 | 3E |
| Octal | 361 | 123 | 115 | 0 | 102 | 104 | 5 | 2 | 125 | 76 |
| Binary | 11110001 | 1010011 | 1001101 | 0 | 1000010 | 1000100 | 101 | 10 | 1010101 | 111110 |
Color Harmonies of #F1534D
Complementary color
Monochromatic Colors of #F1534D
Black with #F1534D
Text Example
Text Example
White with #F1534D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1534D; }
p { color: rgb(241,83,77); }
H1.HeaderClassName
{
color: #F1534D;
}
.AnyTagClassName
{
color: #F1534D;
}
</style>
background-color css
<style>
a { background-color: #F1534D; }
a { background-color: rgb(241,83,77); }
div.DivClassName
{
background-color: #F1534D;
}
.BgClassName
{
background-color: #F1534D;
}
</style>
border-color css
<style>
span { border-color: #F1534D; }
span { border-color: rgb(241,83,77); }
td.TdClassName
{
border-color: #F1534D;
}
.TagClassName
{
border-color: #F1534D;
}
</style>