Shades of Outrageous Orange #FF602D
Tints of Outrageous Orange #FF602D
RGB
CMYK
RGB Variations
Color information
#FF602D (or 0xFF602D) is known color: Outrageous Orange. HEX triplet: FF, 60 and 2D. RGB value is (255,96,45). Sum of RGB (Red+Green+Blue) = 255+96+45=396 (52% of max value = 765). Red value is 255 (100% from 255 or 64.39% from 396); Green value is 96 (37.89% from 255 or 24.24% from 396); Blue value is 45 (17.97% from 255 or 11.36% from 396); Max value from RGB is 255 - color contains mainly: red. Hex color #FF602D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF602D is #009FD2. Grayscale: #8A8A8A. Windows color (decimal): -40915 or 2973951. OLE color: 2973951.
HSL color Cylindrical-coordinate representation of color #FF602D: hue angle of 14.57º 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 #FF602D is Cyan = 0, Magento = 0.62, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 96 | 45 | - |
| CMYK | 0 | 0.62 | 0.82 | 0 |
| HSL | 14.57º | 1% | 0.59% | - |
| HSV(B) | 14.57º | 0.82% | 1% | - |
| XYZ | 45.9 | 29.82 | 5.82 | - |
| YUV | 137.73 | 75.68 | 211.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 96 | 45 | 0 | 0.62 | 0.82 | 0 | 14.57 | 1 | 0.59 |
| Hex | FF | 60 | 2D | 0 | 3E | 52 | 0 | F | 64 | 3B |
| Octal | 377 | 140 | 55 | 0 | 76 | 122 | 0 | 17 | 144 | 73 |
| Binary | 11111111 | 1100000 | 101101 | 0 | 111110 | 1010010 | 0 | 1111 | 1100100 | 111011 |
Color Harmonies of #FF602D
Complementary color
Monochromatic Colors of #FF602D
Black with #FF602D
Text Example
Text Example
White with #FF602D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF602D; }
p { color: rgb(255,96,45); }
H1.HeaderClassName
{
color: #FF602D;
}
.AnyTagClassName
{
color: #FF602D;
}
</style>
background-color css
<style>
a { background-color: #FF602D; }
a { background-color: rgb(255,96,45); }
div.DivClassName
{
background-color: #FF602D;
}
.BgClassName
{
background-color: #FF602D;
}
</style>
border-color css
<style>
span { border-color: #FF602D; }
span { border-color: rgb(255,96,45); }
td.TdClassName
{
border-color: #FF602D;
}
.TagClassName
{
border-color: #FF602D;
}
</style>