Shades of Sunset Orange #F5533D
Tints of Sunset Orange #F5533D
RGB
CMYK
RGB Variations
Color information
#F5533D (or 0xF5533D) is known color: Sunset Orange. HEX triplet: F5, 53 and 3D. RGB value is (245,83,61). Sum of RGB (Red+Green+Blue) = 245+83+61=389 (51% of max value = 765). Red value is 245 (96.09% from 255 or 62.98% from 389); Green value is 83 (32.81% from 255 or 21.34% from 389); Blue value is 61 (24.22% from 255 or 15.68% from 389); Max value from RGB is 245 - color contains mainly: red. Hex color #F5533D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F5533D is #0AACC2. Grayscale: #818181. Windows color (decimal): -699587 or 4019189. OLE color: 4019189.
HSL color Cylindrical-coordinate representation of color #F5533D: hue angle of 7.17º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F5533D is Cyan = 0, Magento = 0.66, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 83 | 61 | - |
| CMYK | 0 | 0.66 | 0.75 | 0.04 |
| HSL | 7.17º | 0.9% | 0.6% | - |
| HSV(B) | 7.17º | 0.75% | 0.96% | - |
| XYZ | 41.59 | 25.94 | 7.23 | - |
| YUV | 128.93 | 89.67 | 210.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 83 | 61 | 0 | 0.66 | 0.75 | 0.04 | 7.17 | 0.9 | 0.6 |
| Hex | F5 | 53 | 3D | 0 | 42 | 4B | 4 | 7 | 5A | 3C |
| Octal | 365 | 123 | 75 | 0 | 102 | 113 | 4 | 7 | 132 | 74 |
| Binary | 11110101 | 1010011 | 111101 | 0 | 1000010 | 1001011 | 100 | 111 | 1011010 | 111100 |
Color Harmonies of #F5533D
Complementary color
Monochromatic Colors of #F5533D
Black with #F5533D
Text Example
Text Example
White with #F5533D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5533D; }
p { color: rgb(245,83,61); }
H1.HeaderClassName
{
color: #F5533D;
}
.AnyTagClassName
{
color: #F5533D;
}
</style>
background-color css
<style>
a { background-color: #F5533D; }
a { background-color: rgb(245,83,61); }
div.DivClassName
{
background-color: #F5533D;
}
.BgClassName
{
background-color: #F5533D;
}
</style>
border-color css
<style>
span { border-color: #F5533D; }
span { border-color: rgb(245,83,61); }
td.TdClassName
{
border-color: #F5533D;
}
.TagClassName
{
border-color: #F5533D;
}
</style>