Shades of Sunset Orange #F5533F
Tints of Sunset Orange #F5533F
RGB
CMYK
RGB Variations
Color information
#F5533F (or 0xF5533F) is known color: Sunset Orange. HEX triplet: F5, 53 and 3F. RGB value is (245,83,63). Sum of RGB (Red+Green+Blue) = 245+83+63=391 (51% of max value = 765). Red value is 245 (96.09% from 255 or 62.66% from 391); Green value is 83 (32.81% from 255 or 21.23% from 391); Blue value is 63 (25% from 255 or 16.11% from 391); Max value from RGB is 245 - color contains mainly: red. Hex color #F5533F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F5533F is #0AACC0. Grayscale: #818181. Windows color (decimal): -699585 or 4150261. OLE color: 4150261.
HSL color Cylindrical-coordinate representation of color #F5533F: hue angle of 6.59º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F5533F is Cyan = 0, Magento = 0.66, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 83 | 63 | - |
| CMYK | 0 | 0.66 | 0.74 | 0.04 |
| HSL | 6.59º | 0.9% | 0.6% | - |
| HSV(B) | 6.59º | 0.74% | 0.96% | - |
| XYZ | 41.65 | 25.96 | 7.52 | - |
| YUV | 129.16 | 90.67 | 210.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 83 | 63 | 0 | 0.66 | 0.74 | 0.04 | 6.59 | 0.9 | 0.6 |
| Hex | F5 | 53 | 3F | 0 | 42 | 4A | 4 | 7 | 5A | 3C |
| Octal | 365 | 123 | 77 | 0 | 102 | 112 | 4 | 7 | 132 | 74 |
| Binary | 11110101 | 1010011 | 111111 | 0 | 1000010 | 1001010 | 100 | 111 | 1011010 | 111100 |
Color Harmonies of #F5533F
Complementary color
Monochromatic Colors of #F5533F
Black with #F5533F
Text Example
Text Example
White with #F5533F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5533F; }
p { color: rgb(245,83,63); }
H1.HeaderClassName
{
color: #F5533F;
}
.AnyTagClassName
{
color: #F5533F;
}
</style>
background-color css
<style>
a { background-color: #F5533F; }
a { background-color: rgb(245,83,63); }
div.DivClassName
{
background-color: #F5533F;
}
.BgClassName
{
background-color: #F5533F;
}
</style>
border-color css
<style>
span { border-color: #F5533F; }
span { border-color: rgb(245,83,63); }
td.TdClassName
{
border-color: #F5533F;
}
.TagClassName
{
border-color: #F5533F;
}
</style>