Shades of Outrageous Orange #FC5D30
Tints of Outrageous Orange #FC5D30
RGB
CMYK
RGB Variations
Color information
#FC5D30 (or 0xFC5D30) is known color: Outrageous Orange. HEX triplet: FC, 5D and 30. RGB value is (252,93,48). Sum of RGB (Red+Green+Blue) = 252+93+48=393 (52% of max value = 765). Red value is 252 (98.83% from 255 or 64.12% from 393); Green value is 93 (36.72% from 255 or 23.66% from 393); Blue value is 48 (19.14% from 255 or 12.21% from 393); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5D30 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC5D30 is #03A2CF. Grayscale: #878787. Windows color (decimal): -238288 or 3169788. OLE color: 3169788.
HSL color Cylindrical-coordinate representation of color #FC5D30: hue angle of 13.24º degrees, saturation: 0.97, 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 #FC5D30 is Cyan = 0, Magento = 0.63, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 93 | 48 | - |
| CMYK | 0 | 0.63 | 0.81 | 0.01 |
| HSL | 13.24º | 0.97% | 0.59% | - |
| HSV(B) | 13.24º | 0.81% | 0.99% | - |
| XYZ | 44.59 | 28.74 | 5.99 | - |
| YUV | 135.41 | 78.68 | 211.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 93 | 48 | 0 | 0.63 | 0.81 | 0.01 | 13.24 | 0.97 | 0.59 |
| Hex | FC | 5D | 30 | 0 | 3F | 51 | 1 | D | 61 | 3B |
| Octal | 374 | 135 | 60 | 0 | 77 | 121 | 1 | 15 | 141 | 73 |
| Binary | 11111100 | 1011101 | 110000 | 0 | 111111 | 1010001 | 1 | 1101 | 1100001 | 111011 |
Color Harmonies of #FC5D30
Complementary color
Monochromatic Colors of #FC5D30
Black with #FC5D30
Text Example
Text Example
White with #FC5D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5D30; }
p { color: rgb(252,93,48); }
H1.HeaderClassName
{
color: #FC5D30;
}
.AnyTagClassName
{
color: #FC5D30;
}
</style>
background-color css
<style>
a { background-color: #FC5D30; }
a { background-color: rgb(252,93,48); }
div.DivClassName
{
background-color: #FC5D30;
}
.BgClassName
{
background-color: #FC5D30;
}
</style>
border-color css
<style>
span { border-color: #FC5D30; }
span { border-color: rgb(252,93,48); }
td.TdClassName
{
border-color: #FC5D30;
}
.TagClassName
{
border-color: #FC5D30;
}
</style>