Shades of Sunset Orange #FD4F32
Tints of Sunset Orange #FD4F32
RGB
CMYK
RGB Variations
Color information
#FD4F32 (or 0xFD4F32) is known color: Sunset Orange. HEX triplet: FD, 4F and 32. RGB value is (253,79,50). Sum of RGB (Red+Green+Blue) = 253+79+50=382 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.23% from 382); Green value is 79 (31.25% from 255 or 20.68% from 382); Blue value is 50 (19.92% from 255 or 13.09% from 382); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4F32 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD4F32 is #02B0CD. Grayscale: #808080. Windows color (decimal): -176334 or 3297277. OLE color: 3297277.
HSL color Cylindrical-coordinate representation of color #FD4F32: hue angle of 8.57º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FD4F32 is Cyan = 0, Magento = 0.69, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 79 | 50 | - |
| CMYK | 0 | 0.69 | 0.80 | 0.01 |
| HSL | 8.57º | 0.98% | 0.59% | - |
| HSV(B) | 8.57º | 0.8% | 0.99% | - |
| XYZ | 43.88 | 26.7 | 5.86 | - |
| YUV | 127.72 | 84.15 | 217.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 79 | 50 | 0 | 0.69 | 0.80 | 0.01 | 8.57 | 0.98 | 0.59 |
| Hex | FD | 4F | 32 | 0 | 45 | 50 | 1 | 9 | 62 | 3B |
| Octal | 375 | 117 | 62 | 0 | 105 | 120 | 1 | 11 | 142 | 73 |
| Binary | 11111101 | 1001111 | 110010 | 0 | 1000101 | 1010000 | 1 | 1001 | 1100010 | 111011 |
Color Harmonies of #FD4F32
Complementary color
Monochromatic Colors of #FD4F32
Black with #FD4F32
Text Example
Text Example
White with #FD4F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD4F32; }
p { color: rgb(253,79,50); }
H1.HeaderClassName
{
color: #FD4F32;
}
.AnyTagClassName
{
color: #FD4F32;
}
</style>
background-color css
<style>
a { background-color: #FD4F32; }
a { background-color: rgb(253,79,50); }
div.DivClassName
{
background-color: #FD4F32;
}
.BgClassName
{
background-color: #FD4F32;
}
</style>
border-color css
<style>
span { border-color: #FD4F32; }
span { border-color: rgb(253,79,50); }
td.TdClassName
{
border-color: #FD4F32;
}
.TagClassName
{
border-color: #FD4F32;
}
</style>