Shades of Sunset Orange #FD5345
Tints of Sunset Orange #FD5345
RGB
CMYK
RGB Variations
Color information
#FD5345 (or 0xFD5345) is known color: Sunset Orange. HEX triplet: FD, 53 and 45. RGB value is (253,83,69). Sum of RGB (Red+Green+Blue) = 253+83+69=405 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.47% from 405); Green value is 83 (32.81% from 255 or 20.49% from 405); Blue value is 69 (27.34% from 255 or 17.04% from 405); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5345 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD5345 is #02ACBA. Grayscale: #848484. Windows color (decimal): -175291 or 4543485. OLE color: 4543485.
HSL color Cylindrical-coordinate representation of color #FD5345: hue angle of 4.57º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FD5345 is Cyan = 0, Magento = 0.67, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 83 | 69 | - |
| CMYK | 0 | 0.67 | 0.73 | 0.01 |
| HSL | 4.57º | 0.98% | 0.63% | - |
| HSV(B) | 4.57º | 0.73% | 0.99% | - |
| XYZ | 44.68 | 27.5 | 8.58 | - |
| YUV | 132.23 | 92.32 | 214.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 83 | 69 | 0 | 0.67 | 0.73 | 0.01 | 4.57 | 0.98 | 0.63 |
| Hex | FD | 53 | 45 | 0 | 43 | 49 | 1 | 5 | 62 | 3F |
| Octal | 375 | 123 | 105 | 0 | 103 | 111 | 1 | 5 | 142 | 77 |
| Binary | 11111101 | 1010011 | 1000101 | 0 | 1000011 | 1001001 | 1 | 101 | 1100010 | 111111 |
Color Harmonies of #FD5345
Complementary color
Monochromatic Colors of #FD5345
Black with #FD5345
Text Example
Text Example
White with #FD5345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD5345; }
p { color: rgb(253,83,69); }
H1.HeaderClassName
{
color: #FD5345;
}
.AnyTagClassName
{
color: #FD5345;
}
</style>
background-color css
<style>
a { background-color: #FD5345; }
a { background-color: rgb(253,83,69); }
div.DivClassName
{
background-color: #FD5345;
}
.BgClassName
{
background-color: #FD5345;
}
</style>
border-color css
<style>
span { border-color: #FD5345; }
span { border-color: rgb(253,83,69); }
td.TdClassName
{
border-color: #FD5345;
}
.TagClassName
{
border-color: #FD5345;
}
</style>