Shades of Sunset Orange #FD553E
Tints of Sunset Orange #FD553E
RGB
CMYK
RGB Variations
Color information
#FD553E (or 0xFD553E) is known color: Sunset Orange. HEX triplet: FD, 55 and 3E. RGB value is (253,85,62). Sum of RGB (Red+Green+Blue) = 253+85+62=400 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.25% from 400); Green value is 85 (33.59% from 255 or 21.25% from 400); Blue value is 62 (24.61% from 255 or 15.5% from 400); Max value from RGB is 253 - color contains mainly: red. Hex color #FD553E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD553E is #02AAC1. Grayscale: #848484. Windows color (decimal): -174786 or 4085245. OLE color: 4085245.
HSL color Cylindrical-coordinate representation of color #FD553E: hue angle of 7.23º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FD553E is Cyan = 0, Magento = 0.66, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 85 | 62 | - |
| CMYK | 0 | 0.66 | 0.75 | 0.01 |
| HSL | 7.23º | 0.98% | 0.62% | - |
| HSV(B) | 7.23º | 0.75% | 0.99% | - |
| XYZ | 44.63 | 27.73 | 7.56 | - |
| YUV | 132.61 | 88.16 | 213.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 85 | 62 | 0 | 0.66 | 0.75 | 0.01 | 7.23 | 0.98 | 0.62 |
| Hex | FD | 55 | 3E | 0 | 42 | 4B | 1 | 7 | 62 | 3E |
| Octal | 375 | 125 | 76 | 0 | 102 | 113 | 1 | 7 | 142 | 76 |
| Binary | 11111101 | 1010101 | 111110 | 0 | 1000010 | 1001011 | 1 | 111 | 1100010 | 111110 |
Color Harmonies of #FD553E
Complementary color
Monochromatic Colors of #FD553E
Black with #FD553E
Text Example
Text Example
White with #FD553E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD553E; }
p { color: rgb(253,85,62); }
H1.HeaderClassName
{
color: #FD553E;
}
.AnyTagClassName
{
color: #FD553E;
}
</style>
background-color css
<style>
a { background-color: #FD553E; }
a { background-color: rgb(253,85,62); }
div.DivClassName
{
background-color: #FD553E;
}
.BgClassName
{
background-color: #FD553E;
}
</style>
border-color css
<style>
span { border-color: #FD553E; }
span { border-color: rgb(253,85,62); }
td.TdClassName
{
border-color: #FD553E;
}
.TagClassName
{
border-color: #FD553E;
}
</style>