Shades of Sunset Orange #F3513C
Tints of Sunset Orange #F3513C
RGB
CMYK
RGB Variations
Color information
#F3513C (or 0xF3513C) is known color: Sunset Orange. HEX triplet: F3, 51 and 3C. RGB value is (243,81,60). Sum of RGB (Red+Green+Blue) = 243+81+60=384 (50% of max value = 765). Red value is 243 (95.31% from 255 or 63.28% from 384); Green value is 81 (32.03% from 255 or 21.09% from 384); Blue value is 60 (23.83% from 255 or 15.62% from 384); Max value from RGB is 243 - color contains mainly: red. Hex color #F3513C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F3513C is #0CAEC3. Grayscale: #7F7F7F. Windows color (decimal): -831172 or 3953139. OLE color: 3953139.
HSL color Cylindrical-coordinate representation of color #F3513C: hue angle of 6.89º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F3513C is Cyan = 0, Magento = 0.67, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 81 | 60 | - |
| CMYK | 0 | 0.67 | 0.75 | 0.05 |
| HSL | 6.89º | 0.88% | 0.59% | - |
| HSV(B) | 6.89º | 0.75% | 0.95% | - |
| XYZ | 40.72 | 25.27 | 7.01 | - |
| YUV | 127.04 | 90.17 | 210.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 81 | 60 | 0 | 0.67 | 0.75 | 0.05 | 6.89 | 0.88 | 0.59 |
| Hex | F3 | 51 | 3C | 0 | 43 | 4B | 5 | 7 | 58 | 3B |
| Octal | 363 | 121 | 74 | 0 | 103 | 113 | 5 | 7 | 130 | 73 |
| Binary | 11110011 | 1010001 | 111100 | 0 | 1000011 | 1001011 | 101 | 111 | 1011000 | 111011 |
Color Harmonies of #F3513C
Complementary color
Monochromatic Colors of #F3513C
Black with #F3513C
Text Example
Text Example
White with #F3513C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3513C; }
p { color: rgb(243,81,60); }
H1.HeaderClassName
{
color: #F3513C;
}
.AnyTagClassName
{
color: #F3513C;
}
</style>
background-color css
<style>
a { background-color: #F3513C; }
a { background-color: rgb(243,81,60); }
div.DivClassName
{
background-color: #F3513C;
}
.BgClassName
{
background-color: #F3513C;
}
</style>
border-color css
<style>
span { border-color: #F3513C; }
span { border-color: rgb(243,81,60); }
td.TdClassName
{
border-color: #F3513C;
}
.TagClassName
{
border-color: #F3513C;
}
</style>