Shades of Outrageous Orange #FD542C
Tints of Outrageous Orange #FD542C
RGB
CMYK
RGB Variations
Color information
#FD542C (or 0xFD542C) is known color: Outrageous Orange. HEX triplet: FD, 54 and 2C. RGB value is (253,84,44). Sum of RGB (Red+Green+Blue) = 253+84+44=381 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.40% from 381); Green value is 84 (33.20% from 255 or 22.05% from 381); Blue value is 44 (17.58% from 255 or 11.55% from 381); Max value from RGB is 253 - color contains mainly: red. Hex color #FD542C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD542C is #02ABD3. Grayscale: #828282. Windows color (decimal): -175060 or 2905341. OLE color: 2905341.
HSL color Cylindrical-coordinate representation of color #FD542C: hue angle of 11.48º 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 #FD542C is Cyan = 0, Magento = 0.67, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 84 | 44 | - |
| CMYK | 0 | 0.67 | 0.83 | 0.01 |
| HSL | 11.48º | 0.98% | 0.58% | - |
| HSV(B) | 11.48º | 0.83% | 0.99% | - |
| XYZ | 44.13 | 27.41 | 5.35 | - |
| YUV | 129.97 | 79.49 | 215.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 84 | 44 | 0 | 0.67 | 0.83 | 0.01 | 11.48 | 0.98 | 0.58 |
| Hex | FD | 54 | 2C | 0 | 43 | 53 | 1 | B | 62 | 3A |
| Octal | 375 | 124 | 54 | 0 | 103 | 123 | 1 | 13 | 142 | 72 |
| Binary | 11111101 | 1010100 | 101100 | 0 | 1000011 | 1010011 | 1 | 1011 | 1100010 | 111010 |
Color Harmonies of #FD542C
Complementary color
Monochromatic Colors of #FD542C
Black with #FD542C
Text Example
Text Example
White with #FD542C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD542C; }
p { color: rgb(253,84,44); }
H1.HeaderClassName
{
color: #FD542C;
}
.AnyTagClassName
{
color: #FD542C;
}
</style>
background-color css
<style>
a { background-color: #FD542C; }
a { background-color: rgb(253,84,44); }
div.DivClassName
{
background-color: #FD542C;
}
.BgClassName
{
background-color: #FD542C;
}
</style>
border-color css
<style>
span { border-color: #FD542C; }
span { border-color: rgb(253,84,44); }
td.TdClassName
{
border-color: #FD542C;
}
.TagClassName
{
border-color: #FD542C;
}
</style>