Shades of Outrageous Orange #FC6630
Tints of Outrageous Orange #FC6630
RGB
CMYK
RGB Variations
Color information
#FC6630 (or 0xFC6630) is known color: Outrageous Orange. HEX triplet: FC, 66 and 30. RGB value is (252,102,48). Sum of RGB (Red+Green+Blue) = 252+102+48=402 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.69% from 402); Green value is 102 (40.23% from 255 or 25.37% from 402); Blue value is 48 (19.14% from 255 or 11.94% from 402); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6630 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6630 is #0399CF. Grayscale: #8D8D8D. Windows color (decimal): -235984 or 3172092. OLE color: 3172092.
HSL color Cylindrical-coordinate representation of color #FC6630: hue angle of 15.88º 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 #FC6630 is Cyan = 0, Magento = 0.60, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 102 | 48 | - |
| CMYK | 0 | 0.60 | 0.81 | 0.01 |
| HSL | 15.88º | 0.97% | 0.59% | - |
| HSV(B) | 15.88º | 0.81% | 0.99% | - |
| XYZ | 45.43 | 30.41 | 6.27 | - |
| YUV | 140.69 | 75.7 | 207.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 102 | 48 | 0 | 0.60 | 0.81 | 0.01 | 15.88 | 0.97 | 0.59 |
| Hex | FC | 66 | 30 | 0 | 3C | 51 | 1 | 10 | 61 | 3B |
| Octal | 374 | 146 | 60 | 0 | 74 | 121 | 1 | 20 | 141 | 73 |
| Binary | 11111100 | 1100110 | 110000 | 0 | 111100 | 1010001 | 1 | 10000 | 1100001 | 111011 |
Color Harmonies of #FC6630
Complementary color
Monochromatic Colors of #FC6630
Black with #FC6630
Text Example
Text Example
White with #FC6630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6630; }
p { color: rgb(252,102,48); }
H1.HeaderClassName
{
color: #FC6630;
}
.AnyTagClassName
{
color: #FC6630;
}
</style>
background-color css
<style>
a { background-color: #FC6630; }
a { background-color: rgb(252,102,48); }
div.DivClassName
{
background-color: #FC6630;
}
.BgClassName
{
background-color: #FC6630;
}
</style>
border-color css
<style>
span { border-color: #FC6630; }
span { border-color: rgb(252,102,48); }
td.TdClassName
{
border-color: #FC6630;
}
.TagClassName
{
border-color: #FC6630;
}
</style>