Shades of Outrageous Orange #FD5F32
Tints of Outrageous Orange #FD5F32
RGB
CMYK
RGB Variations
Color information
#FD5F32 (or 0xFD5F32) is known color: Outrageous Orange. HEX triplet: FD, 5F and 32. RGB value is (253,95,50). Sum of RGB (Red+Green+Blue) = 253+95+50=398 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.57% from 398); Green value is 95 (37.5% from 255 or 23.87% from 398); Blue value is 50 (19.92% from 255 or 12.56% from 398); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5F32 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD5F32 is #02A0CD. Grayscale: #898989. Windows color (decimal): -172238 or 3301373. OLE color: 3301373.
HSL color Cylindrical-coordinate representation of color #FD5F32: hue angle of 13.3º 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 #FD5F32 is Cyan = 0, Magento = 0.62, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 95 | 50 | - |
| CMYK | 0 | 0.62 | 0.80 | 0.01 |
| HSL | 13.3º | 0.98% | 0.59% | - |
| HSV(B) | 13.3º | 0.8% | 0.99% | - |
| XYZ | 45.18 | 29.3 | 6.29 | - |
| YUV | 137.11 | 78.85 | 210.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 95 | 50 | 0 | 0.62 | 0.80 | 0.01 | 13.3 | 0.98 | 0.59 |
| Hex | FD | 5F | 32 | 0 | 3E | 50 | 1 | D | 62 | 3B |
| Octal | 375 | 137 | 62 | 0 | 76 | 120 | 1 | 15 | 142 | 73 |
| Binary | 11111101 | 1011111 | 110010 | 0 | 111110 | 1010000 | 1 | 1101 | 1100010 | 111011 |
Color Harmonies of #FD5F32
Complementary color
Monochromatic Colors of #FD5F32
Black with #FD5F32
Text Example
Text Example
White with #FD5F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD5F32; }
p { color: rgb(253,95,50); }
H1.HeaderClassName
{
color: #FD5F32;
}
.AnyTagClassName
{
color: #FD5F32;
}
</style>
background-color css
<style>
a { background-color: #FD5F32; }
a { background-color: rgb(253,95,50); }
div.DivClassName
{
background-color: #FD5F32;
}
.BgClassName
{
background-color: #FD5F32;
}
</style>
border-color css
<style>
span { border-color: #FD5F32; }
span { border-color: rgb(253,95,50); }
td.TdClassName
{
border-color: #FD5F32;
}
.TagClassName
{
border-color: #FD5F32;
}
</style>