Shades of Sunset Orange #F35540
Tints of Sunset Orange #F35540
RGB
CMYK
RGB Variations
Color information
#F35540 (or 0xF35540) is known color: Sunset Orange. HEX triplet: F3, 55 and 40. RGB value is (243,85,64). Sum of RGB (Red+Green+Blue) = 243+85+64=392 (51% of max value = 765). Red value is 243 (95.31% from 255 or 61.99% from 392); Green value is 85 (33.59% from 255 or 21.68% from 392); Blue value is 64 (25.39% from 255 or 16.33% from 392); Max value from RGB is 243 - color contains mainly: red. Hex color #F35540 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F35540 is #0CAABF. Grayscale: #828282. Windows color (decimal): -830144 or 4216307. OLE color: 4216307.
HSL color Cylindrical-coordinate representation of color #F35540: hue angle of 7.04º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F35540 is Cyan = 0, Magento = 0.65, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 85 | 64 | - |
| CMYK | 0 | 0.65 | 0.74 | 0.05 |
| HSL | 7.04º | 0.88% | 0.6% | - |
| HSV(B) | 7.04º | 0.74% | 0.95% | - |
| XYZ | 41.14 | 25.92 | 7.69 | - |
| YUV | 129.85 | 90.85 | 208.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 85 | 64 | 0 | 0.65 | 0.74 | 0.05 | 7.04 | 0.88 | 0.6 |
| Hex | F3 | 55 | 40 | 0 | 41 | 4A | 5 | 7 | 58 | 3C |
| Octal | 363 | 125 | 100 | 0 | 101 | 112 | 5 | 7 | 130 | 74 |
| Binary | 11110011 | 1010101 | 1000000 | 0 | 1000001 | 1001010 | 101 | 111 | 1011000 | 111100 |
Color Harmonies of #F35540
Complementary color
Monochromatic Colors of #F35540
Black with #F35540
Text Example
Text Example
White with #F35540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F35540; }
p { color: rgb(243,85,64); }
H1.HeaderClassName
{
color: #F35540;
}
.AnyTagClassName
{
color: #F35540;
}
</style>
background-color css
<style>
a { background-color: #F35540; }
a { background-color: rgb(243,85,64); }
div.DivClassName
{
background-color: #F35540;
}
.BgClassName
{
background-color: #F35540;
}
</style>
border-color css
<style>
span { border-color: #F35540; }
span { border-color: rgb(243,85,64); }
td.TdClassName
{
border-color: #F35540;
}
.TagClassName
{
border-color: #F35540;
}
</style>