Shades of Outrageous Orange #FD6432
Tints of Outrageous Orange #FD6432
RGB
CMYK
RGB Variations
Color information
#FD6432 (or 0xFD6432) is known color: Outrageous Orange. HEX triplet: FD, 64 and 32. RGB value is (253,100,50). Sum of RGB (Red+Green+Blue) = 253+100+50=403 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.78% from 403); Green value is 100 (39.45% from 255 or 24.81% from 403); Blue value is 50 (19.92% from 255 or 12.41% from 403); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6432 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD6432 is #029BCD. Grayscale: #8C8C8C. Windows color (decimal): -170958 or 3302653. OLE color: 3302653.
HSL color Cylindrical-coordinate representation of color #FD6432: hue angle of 14.78º 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 #FD6432 is Cyan = 0, Magento = 0.60, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 100 | 50 | - |
| CMYK | 0 | 0.60 | 0.80 | 0.01 |
| HSL | 14.78º | 0.98% | 0.59% | - |
| HSV(B) | 14.78º | 0.8% | 0.99% | - |
| XYZ | 45.64 | 30.23 | 6.45 | - |
| YUV | 140.05 | 77.19 | 208.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 100 | 50 | 0 | 0.60 | 0.80 | 0.01 | 14.78 | 0.98 | 0.59 |
| Hex | FD | 64 | 32 | 0 | 3C | 50 | 1 | F | 62 | 3B |
| Octal | 375 | 144 | 62 | 0 | 74 | 120 | 1 | 17 | 142 | 73 |
| Binary | 11111101 | 1100100 | 110010 | 0 | 111100 | 1010000 | 1 | 1111 | 1100010 | 111011 |
Color Harmonies of #FD6432
Complementary color
Monochromatic Colors of #FD6432
Black with #FD6432
Text Example
Text Example
White with #FD6432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD6432; }
p { color: rgb(253,100,50); }
H1.HeaderClassName
{
color: #FD6432;
}
.AnyTagClassName
{
color: #FD6432;
}
</style>
background-color css
<style>
a { background-color: #FD6432; }
a { background-color: rgb(253,100,50); }
div.DivClassName
{
background-color: #FD6432;
}
.BgClassName
{
background-color: #FD6432;
}
</style>
border-color css
<style>
span { border-color: #FD6432; }
span { border-color: rgb(253,100,50); }
td.TdClassName
{
border-color: #FD6432;
}
.TagClassName
{
border-color: #FD6432;
}
</style>