Shades of Outrageous Orange #FD522D
Tints of Outrageous Orange #FD522D
RGB
CMYK
RGB Variations
Color information
#FD522D (or 0xFD522D) is known color: Outrageous Orange. HEX triplet: FD, 52 and 2D. RGB value is (253,82,45). Sum of RGB (Red+Green+Blue) = 253+82+45=380 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.58% from 380); Green value is 82 (32.42% from 255 or 21.58% from 380); Blue value is 45 (17.97% from 255 or 11.84% from 380); Max value from RGB is 253 - color contains mainly: red. Hex color #FD522D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD522D is #02ADD2. Grayscale: #818181. Windows color (decimal): -175571 or 2970365. OLE color: 2970365.
HSL color Cylindrical-coordinate representation of color #FD522D: hue angle of 10.67º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FD522D is Cyan = 0, Magento = 0.68, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 82 | 45 | - |
| CMYK | 0 | 0.68 | 0.82 | 0.01 |
| HSL | 10.67º | 0.98% | 0.58% | - |
| HSV(B) | 10.67º | 0.82% | 0.99% | - |
| XYZ | 44 | 27.11 | 5.4 | - |
| YUV | 128.91 | 80.65 | 216.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 82 | 45 | 0 | 0.68 | 0.82 | 0.01 | 10.67 | 0.98 | 0.58 |
| Hex | FD | 52 | 2D | 0 | 44 | 52 | 1 | B | 62 | 3A |
| Octal | 375 | 122 | 55 | 0 | 104 | 122 | 1 | 13 | 142 | 72 |
| Binary | 11111101 | 1010010 | 101101 | 0 | 1000100 | 1010010 | 1 | 1011 | 1100010 | 111010 |
Color Harmonies of #FD522D
Complementary color
Monochromatic Colors of #FD522D
Black with #FD522D
Text Example
Text Example
White with #FD522D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD522D; }
p { color: rgb(253,82,45); }
H1.HeaderClassName
{
color: #FD522D;
}
.AnyTagClassName
{
color: #FD522D;
}
</style>
background-color css
<style>
a { background-color: #FD522D; }
a { background-color: rgb(253,82,45); }
div.DivClassName
{
background-color: #FD522D;
}
.BgClassName
{
background-color: #FD522D;
}
</style>
border-color css
<style>
span { border-color: #FD522D; }
span { border-color: rgb(253,82,45); }
td.TdClassName
{
border-color: #FD522D;
}
.TagClassName
{
border-color: #FD522D;
}
</style>