Shades of Outrageous Orange #FC552F
Tints of Outrageous Orange #FC552F
RGB
CMYK
RGB Variations
Color information
#FC552F (or 0xFC552F) is known color: Outrageous Orange. HEX triplet: FC, 55 and 2F. RGB value is (252,85,47). Sum of RGB (Red+Green+Blue) = 252+85+47=384 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.62% from 384); Green value is 85 (33.59% from 255 or 22.14% from 384); Blue value is 47 (18.75% from 255 or 12.24% from 384); Max value from RGB is 252 - color contains mainly: red. Hex color #FC552F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC552F is #03AAD0. Grayscale: #828282. Windows color (decimal): -240337 or 3102204. OLE color: 3102204.
HSL color Cylindrical-coordinate representation of color #FC552F: hue angle of 11.12º 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 #FC552F is Cyan = 0, Magento = 0.66, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 85 | 47 | - |
| CMYK | 0 | 0.66 | 0.81 | 0.01 |
| HSL | 11.12º | 0.97% | 0.59% | - |
| HSV(B) | 11.12º | 0.81% | 0.99% | - |
| XYZ | 43.91 | 27.4 | 5.66 | - |
| YUV | 130.6 | 80.83 | 214.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 85 | 47 | 0 | 0.66 | 0.81 | 0.01 | 11.12 | 0.97 | 0.59 |
| Hex | FC | 55 | 2F | 0 | 42 | 51 | 1 | B | 61 | 3B |
| Octal | 374 | 125 | 57 | 0 | 102 | 121 | 1 | 13 | 141 | 73 |
| Binary | 11111100 | 1010101 | 101111 | 0 | 1000010 | 1010001 | 1 | 1011 | 1100001 | 111011 |
Color Harmonies of #FC552F
Complementary color
Monochromatic Colors of #FC552F
Black with #FC552F
Text Example
Text Example
White with #FC552F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC552F; }
p { color: rgb(252,85,47); }
H1.HeaderClassName
{
color: #FC552F;
}
.AnyTagClassName
{
color: #FC552F;
}
</style>
background-color css
<style>
a { background-color: #FC552F; }
a { background-color: rgb(252,85,47); }
div.DivClassName
{
background-color: #FC552F;
}
.BgClassName
{
background-color: #FC552F;
}
</style>
border-color css
<style>
span { border-color: #FC552F; }
span { border-color: rgb(252,85,47); }
td.TdClassName
{
border-color: #FC552F;
}
.TagClassName
{
border-color: #FC552F;
}
</style>