Shades of Outrageous Orange #FD5430
Tints of Outrageous Orange #FD5430
RGB
CMYK
RGB Variations
Color information
#FD5430 (or 0xFD5430) is known color: Outrageous Orange. HEX triplet: FD, 54 and 30. RGB value is (253,84,48). Sum of RGB (Red+Green+Blue) = 253+84+48=385 (50% of max value = 765). Red value is 253 (99.22% from 255 or 65.71% from 385); Green value is 84 (33.20% from 255 or 21.82% from 385); Blue value is 48 (19.14% from 255 or 12.47% from 385); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5430 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD5430 is #02ABCF. Grayscale: #828282. Windows color (decimal): -175056 or 3167485. OLE color: 3167485.
HSL color Cylindrical-coordinate representation of color #FD5430: hue angle of 10.54º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FD5430 is Cyan = 0, Magento = 0.67, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 84 | 48 | - |
| CMYK | 0 | 0.67 | 0.81 | 0.01 |
| HSL | 10.54º | 0.98% | 0.59% | - |
| HSV(B) | 10.54º | 0.81% | 0.99% | - |
| XYZ | 44.21 | 27.44 | 5.76 | - |
| YUV | 130.43 | 81.49 | 215.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 84 | 48 | 0 | 0.67 | 0.81 | 0.01 | 10.54 | 0.98 | 0.59 |
| Hex | FD | 54 | 30 | 0 | 43 | 51 | 1 | B | 62 | 3B |
| Octal | 375 | 124 | 60 | 0 | 103 | 121 | 1 | 13 | 142 | 73 |
| Binary | 11111101 | 1010100 | 110000 | 0 | 1000011 | 1010001 | 1 | 1011 | 1100010 | 111011 |
Color Harmonies of #FD5430
Complementary color
Monochromatic Colors of #FD5430
Black with #FD5430
Text Example
Text Example
White with #FD5430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD5430; }
p { color: rgb(253,84,48); }
H1.HeaderClassName
{
color: #FD5430;
}
.AnyTagClassName
{
color: #FD5430;
}
</style>
background-color css
<style>
a { background-color: #FD5430; }
a { background-color: rgb(253,84,48); }
div.DivClassName
{
background-color: #FD5430;
}
.BgClassName
{
background-color: #FD5430;
}
</style>
border-color css
<style>
span { border-color: #FD5430; }
span { border-color: rgb(253,84,48); }
td.TdClassName
{
border-color: #FD5430;
}
.TagClassName
{
border-color: #FD5430;
}
</style>