Shades of Outrageous Orange #FC602A
Tints of Outrageous Orange #FC602A
RGB
CMYK
RGB Variations
Color information
#FC602A (or 0xFC602A) is known color: Outrageous Orange. HEX triplet: FC, 60 and 2A. RGB value is (252,96,42). Sum of RGB (Red+Green+Blue) = 252+96+42=390 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.62% from 390); Green value is 96 (37.89% from 255 or 24.62% from 390); Blue value is 42 (16.80% from 255 or 10.77% from 390); Max value from RGB is 252 - color contains mainly: red. Hex color #FC602A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC602A is #039FD5. Grayscale: #888888. Windows color (decimal): -237526 or 2777340. OLE color: 2777340.
HSL color Cylindrical-coordinate representation of color #FC602A: hue angle of 15.43º degrees, saturation: 0.97, 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 #FC602A is Cyan = 0, Magento = 0.62, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 96 | 42 | - |
| CMYK | 0 | 0.62 | 0.83 | 0.01 |
| HSL | 15.43º | 0.97% | 0.58% | - |
| HSV(B) | 15.43º | 0.83% | 0.99% | - |
| XYZ | 44.75 | 29.23 | 5.47 | - |
| YUV | 136.49 | 74.68 | 210.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 96 | 42 | 0 | 0.62 | 0.83 | 0.01 | 15.43 | 0.97 | 0.58 |
| Hex | FC | 60 | 2A | 0 | 3E | 53 | 1 | F | 61 | 3A |
| Octal | 374 | 140 | 52 | 0 | 76 | 123 | 1 | 17 | 141 | 72 |
| Binary | 11111100 | 1100000 | 101010 | 0 | 111110 | 1010011 | 1 | 1111 | 1100001 | 111010 |
Color Harmonies of #FC602A
Complementary color
Monochromatic Colors of #FC602A
Black with #FC602A
Text Example
Text Example
White with #FC602A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC602A; }
p { color: rgb(252,96,42); }
H1.HeaderClassName
{
color: #FC602A;
}
.AnyTagClassName
{
color: #FC602A;
}
</style>
background-color css
<style>
a { background-color: #FC602A; }
a { background-color: rgb(252,96,42); }
div.DivClassName
{
background-color: #FC602A;
}
.BgClassName
{
background-color: #FC602A;
}
</style>
border-color css
<style>
span { border-color: #FC602A; }
span { border-color: rgb(252,96,42); }
td.TdClassName
{
border-color: #FC602A;
}
.TagClassName
{
border-color: #FC602A;
}
</style>