Shades of Outrageous Orange #FF602E
Tints of Outrageous Orange #FF602E
RGB
CMYK
RGB Variations
Color information
#FF602E (or 0xFF602E) is known color: Outrageous Orange. HEX triplet: FF, 60 and 2E. RGB value is (255,96,46). Sum of RGB (Red+Green+Blue) = 255+96+46=397 (52% of max value = 765). Red value is 255 (100% from 255 or 64.23% from 397); Green value is 96 (37.89% from 255 or 24.18% from 397); Blue value is 46 (18.36% from 255 or 11.59% from 397); Max value from RGB is 255 - color contains mainly: red. Hex color #FF602E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF602E is #009FD1. Grayscale: #8A8A8A. Windows color (decimal): -40914 or 3039487. OLE color: 3039487.
HSL color Cylindrical-coordinate representation of color #FF602E: hue angle of 14.35º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FF602E is Cyan = 0, Magento = 0.62, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 96 | 46 | - |
| CMYK | 0 | 0.62 | 0.82 | 0 |
| HSL | 14.35º | 1% | 0.59% | - |
| HSV(B) | 14.35º | 0.82% | 1% | - |
| XYZ | 45.92 | 29.82 | 5.92 | - |
| YUV | 137.84 | 76.18 | 211.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 96 | 46 | 0 | 0.62 | 0.82 | 0 | 14.35 | 1 | 0.59 |
| Hex | FF | 60 | 2E | 0 | 3E | 52 | 0 | E | 64 | 3B |
| Octal | 377 | 140 | 56 | 0 | 76 | 122 | 0 | 16 | 144 | 73 |
| Binary | 11111111 | 1100000 | 101110 | 0 | 111110 | 1010010 | 0 | 1110 | 1100100 | 111011 |
Color Harmonies of #FF602E
Complementary color
Monochromatic Colors of #FF602E
Black with #FF602E
Text Example
Text Example
White with #FF602E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF602E; }
p { color: rgb(255,96,46); }
H1.HeaderClassName
{
color: #FF602E;
}
.AnyTagClassName
{
color: #FF602E;
}
</style>
background-color css
<style>
a { background-color: #FF602E; }
a { background-color: rgb(255,96,46); }
div.DivClassName
{
background-color: #FF602E;
}
.BgClassName
{
background-color: #FF602E;
}
</style>
border-color css
<style>
span { border-color: #FF602E; }
span { border-color: rgb(255,96,46); }
td.TdClassName
{
border-color: #FF602E;
}
.TagClassName
{
border-color: #FF602E;
}
</style>