Shades of Outrageous Orange #FC603D
Tints of Outrageous Orange #FC603D
RGB
CMYK
RGB Variations
Color information
#FC603D (or 0xFC603D) is known color: Outrageous Orange. HEX triplet: FC, 60 and 3D. RGB value is (252,96,61). Sum of RGB (Red+Green+Blue) = 252+96+61=409 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.61% from 409); Green value is 96 (37.89% from 255 or 23.47% from 409); Blue value is 61 (24.22% from 255 or 14.91% from 409); Max value from RGB is 252 - color contains mainly: red. Hex color #FC603D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC603D is #039FC2. Grayscale: #8A8A8A. Windows color (decimal): -237507 or 4022524. OLE color: 4022524.
HSL color Cylindrical-coordinate representation of color #FC603D: hue angle of 10.99º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FC603D is Cyan = 0, Magento = 0.62, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 96 | 61 | - |
| CMYK | 0 | 0.62 | 0.76 | 0.01 |
| HSL | 10.99º | 0.97% | 0.61% | - |
| HSV(B) | 10.99º | 0.76% | 0.99% | - |
| XYZ | 45.17 | 29.4 | 7.71 | - |
| YUV | 138.65 | 84.18 | 208.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 96 | 61 | 0 | 0.62 | 0.76 | 0.01 | 10.99 | 0.97 | 0.61 |
| Hex | FC | 60 | 3D | 0 | 3E | 4C | 1 | B | 61 | 3D |
| Octal | 374 | 140 | 75 | 0 | 76 | 114 | 1 | 13 | 141 | 75 |
| Binary | 11111100 | 1100000 | 111101 | 0 | 111110 | 1001100 | 1 | 1011 | 1100001 | 111101 |
Color Harmonies of #FC603D
Complementary color
Monochromatic Colors of #FC603D
Black with #FC603D
Text Example
Text Example
White with #FC603D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC603D; }
p { color: rgb(252,96,61); }
H1.HeaderClassName
{
color: #FC603D;
}
.AnyTagClassName
{
color: #FC603D;
}
</style>
background-color css
<style>
a { background-color: #FC603D; }
a { background-color: rgb(252,96,61); }
div.DivClassName
{
background-color: #FC603D;
}
.BgClassName
{
background-color: #FC603D;
}
</style>
border-color css
<style>
span { border-color: #FC603D; }
span { border-color: rgb(252,96,61); }
td.TdClassName
{
border-color: #FC603D;
}
.TagClassName
{
border-color: #FC603D;
}
</style>