Shades of Outrageous Orange #FD521E
Tints of Outrageous Orange #FD521E
RGB
CMYK
RGB Variations
Color information
#FD521E (or 0xFD521E) is known color: Outrageous Orange. HEX triplet: FD, 52 and 1E. RGB value is (253,82,30). Sum of RGB (Red+Green+Blue) = 253+82+30=365 (48% of max value = 765). Red value is 253 (99.22% from 255 or 69.32% from 365); Green value is 82 (32.42% from 255 or 22.47% from 365); Blue value is 30 (12.11% from 255 or 8.22% from 365); Max value from RGB is 253 - color contains mainly: red. Hex color #FD521E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD521E is #02ADE1. Grayscale: #7F7F7F. Windows color (decimal): -175586 or 1987325. OLE color: 1987325.
HSL color Cylindrical-coordinate representation of color #FD521E: hue angle of 13.99º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FD521E is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 82 | 30 | - |
| CMYK | 0 | 0.68 | 0.88 | 0.01 |
| HSL | 13.99º | 0.98% | 0.55% | - |
| HSV(B) | 13.99º | 0.88% | 0.99% | - |
| XYZ | 43.76 | 27.01 | 4.14 | - |
| YUV | 127.2 | 73.15 | 217.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 82 | 30 | 0 | 0.68 | 0.88 | 0.01 | 13.99 | 0.98 | 0.55 |
| Hex | FD | 52 | 1E | 0 | 44 | 58 | 1 | E | 62 | 37 |
| Octal | 375 | 122 | 36 | 0 | 104 | 130 | 1 | 16 | 142 | 67 |
| Binary | 11111101 | 1010010 | 11110 | 0 | 1000100 | 1011000 | 1 | 1110 | 1100010 | 110111 |
Color Harmonies of #FD521E
Complementary color
Monochromatic Colors of #FD521E
Black with #FD521E
Text Example
Text Example
White with #FD521E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD521E; }
p { color: rgb(253,82,30); }
H1.HeaderClassName
{
color: #FD521E;
}
.AnyTagClassName
{
color: #FD521E;
}
</style>
background-color css
<style>
a { background-color: #FD521E; }
a { background-color: rgb(253,82,30); }
div.DivClassName
{
background-color: #FD521E;
}
.BgClassName
{
background-color: #FD521E;
}
</style>
border-color css
<style>
span { border-color: #FD521E; }
span { border-color: rgb(253,82,30); }
td.TdClassName
{
border-color: #FD521E;
}
.TagClassName
{
border-color: #FD521E;
}
</style>