Shades of Outrageous Orange #FD522C
Tints of Outrageous Orange #FD522C
RGB
CMYK
RGB Variations
Color information
#FD522C (or 0xFD522C) is known color: Outrageous Orange. HEX triplet: FD, 52 and 2C. RGB value is (253,82,44). Sum of RGB (Red+Green+Blue) = 253+82+44=379 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.75% from 379); Green value is 82 (32.42% from 255 or 21.64% from 379); Blue value is 44 (17.58% from 255 or 11.61% from 379); Max value from RGB is 253 - color contains mainly: red. Hex color #FD522C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD522C is #02ADD3. Grayscale: #818181. Windows color (decimal): -175572 or 2904829. OLE color: 2904829.
HSL color Cylindrical-coordinate representation of color #FD522C: hue angle of 10.91º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FD522C is Cyan = 0, Magento = 0.68, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 82 | 44 | - |
| CMYK | 0 | 0.68 | 0.83 | 0.01 |
| HSL | 10.91º | 0.98% | 0.58% | - |
| HSV(B) | 10.91º | 0.83% | 0.99% | - |
| XYZ | 43.98 | 27.1 | 5.3 | - |
| YUV | 128.8 | 80.15 | 216.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 82 | 44 | 0 | 0.68 | 0.83 | 0.01 | 10.91 | 0.98 | 0.58 |
| Hex | FD | 52 | 2C | 0 | 44 | 53 | 1 | B | 62 | 3A |
| Octal | 375 | 122 | 54 | 0 | 104 | 123 | 1 | 13 | 142 | 72 |
| Binary | 11111101 | 1010010 | 101100 | 0 | 1000100 | 1010011 | 1 | 1011 | 1100010 | 111010 |
Color Harmonies of #FD522C
Complementary color
Monochromatic Colors of #FD522C
Black with #FD522C
Text Example
Text Example
White with #FD522C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD522C; }
p { color: rgb(253,82,44); }
H1.HeaderClassName
{
color: #FD522C;
}
.AnyTagClassName
{
color: #FD522C;
}
</style>
background-color css
<style>
a { background-color: #FD522C; }
a { background-color: rgb(253,82,44); }
div.DivClassName
{
background-color: #FD522C;
}
.BgClassName
{
background-color: #FD522C;
}
</style>
border-color css
<style>
span { border-color: #FD522C; }
span { border-color: rgb(253,82,44); }
td.TdClassName
{
border-color: #FD522C;
}
.TagClassName
{
border-color: #FD522C;
}
</style>