Shades of Sunset Orange #FD473C
Tints of Sunset Orange #FD473C
RGB
CMYK
RGB Variations
Color information
#FD473C (or 0xFD473C) is known color: Sunset Orange. HEX triplet: FD, 47 and 3C. RGB value is (253,71,60). Sum of RGB (Red+Green+Blue) = 253+71+60=384 (50% of max value = 765). Red value is 253 (99.22% from 255 or 65.89% from 384); Green value is 71 (28.12% from 255 or 18.49% from 384); Blue value is 60 (23.83% from 255 or 15.62% from 384); Max value from RGB is 253 - color contains mainly: red. Hex color #FD473C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD473C is #02B8C3. Grayscale: #7C7C7C. Windows color (decimal): -178372 or 3950589. OLE color: 3950589.
HSL color Cylindrical-coordinate representation of color #FD473C: hue angle of 3.42º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FD473C is Cyan = 0, Magento = 0.72, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 71 | 60 | - |
| CMYK | 0 | 0.72 | 0.76 | 0.01 |
| HSL | 3.42º | 0.98% | 0.61% | - |
| HSV(B) | 3.42º | 0.76% | 0.99% | - |
| XYZ | 43.58 | 25.72 | 6.94 | - |
| YUV | 124.16 | 91.8 | 219.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 71 | 60 | 0 | 0.72 | 0.76 | 0.01 | 3.42 | 0.98 | 0.61 |
| Hex | FD | 47 | 3C | 0 | 48 | 4C | 1 | 3 | 62 | 3D |
| Octal | 375 | 107 | 74 | 0 | 110 | 114 | 1 | 3 | 142 | 75 |
| Binary | 11111101 | 1000111 | 111100 | 0 | 1001000 | 1001100 | 1 | 11 | 1100010 | 111101 |
Color Harmonies of #FD473C
Complementary color
Monochromatic Colors of #FD473C
Black with #FD473C
Text Example
Text Example
White with #FD473C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD473C; }
p { color: rgb(253,71,60); }
H1.HeaderClassName
{
color: #FD473C;
}
.AnyTagClassName
{
color: #FD473C;
}
</style>
background-color css
<style>
a { background-color: #FD473C; }
a { background-color: rgb(253,71,60); }
div.DivClassName
{
background-color: #FD473C;
}
.BgClassName
{
background-color: #FD473C;
}
</style>
border-color css
<style>
span { border-color: #FD473C; }
span { border-color: rgb(253,71,60); }
td.TdClassName
{
border-color: #FD473C;
}
.TagClassName
{
border-color: #FD473C;
}
</style>