Shades of Outrageous Orange #FF602C
Tints of Outrageous Orange #FF602C
RGB
CMYK
RGB Variations
Color information
#FF602C (or 0xFF602C) is known color: Outrageous Orange. HEX triplet: FF, 60 and 2C. RGB value is (255,96,44). Sum of RGB (Red+Green+Blue) = 255+96+44=395 (52% of max value = 765). Red value is 255 (100% from 255 or 64.56% from 395); Green value is 96 (37.89% from 255 or 24.30% from 395); Blue value is 44 (17.58% from 255 or 11.14% from 395); Max value from RGB is 255 - color contains mainly: red. Hex color #FF602C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF602C is #009FD3. Grayscale: #898989. Windows color (decimal): -40916 or 2908415. OLE color: 2908415.
HSL color Cylindrical-coordinate representation of color #FF602C: hue angle of 14.79º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FF602C is Cyan = 0, Magento = 0.62, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 96 | 44 | - |
| CMYK | 0 | 0.62 | 0.83 | 0 |
| HSL | 14.79º | 1% | 0.59% | - |
| HSV(B) | 14.79º | 0.83% | 1% | - |
| XYZ | 45.88 | 29.81 | 5.72 | - |
| YUV | 137.61 | 75.18 | 211.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 96 | 44 | 0 | 0.62 | 0.83 | 0 | 14.79 | 1 | 0.59 |
| Hex | FF | 60 | 2C | 0 | 3E | 53 | 0 | F | 64 | 3B |
| Octal | 377 | 140 | 54 | 0 | 76 | 123 | 0 | 17 | 144 | 73 |
| Binary | 11111111 | 1100000 | 101100 | 0 | 111110 | 1010011 | 0 | 1111 | 1100100 | 111011 |
Color Harmonies of #FF602C
Complementary color
Monochromatic Colors of #FF602C
Black with #FF602C
Text Example
Text Example
White with #FF602C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF602C; }
p { color: rgb(255,96,44); }
H1.HeaderClassName
{
color: #FF602C;
}
.AnyTagClassName
{
color: #FF602C;
}
</style>
background-color css
<style>
a { background-color: #FF602C; }
a { background-color: rgb(255,96,44); }
div.DivClassName
{
background-color: #FF602C;
}
.BgClassName
{
background-color: #FF602C;
}
</style>
border-color css
<style>
span { border-color: #FF602C; }
span { border-color: rgb(255,96,44); }
td.TdClassName
{
border-color: #FF602C;
}
.TagClassName
{
border-color: #FF602C;
}
</style>