Shades of Outrageous Orange #FF602F
Tints of Outrageous Orange #FF602F
RGB
CMYK
RGB Variations
Color information
#FF602F (or 0xFF602F) is known color: Outrageous Orange. HEX triplet: FF, 60 and 2F. RGB value is (255,96,47). Sum of RGB (Red+Green+Blue) = 255+96+47=398 (52% of max value = 765). Red value is 255 (100% from 255 or 64.07% from 398); Green value is 96 (37.89% from 255 or 24.12% from 398); Blue value is 47 (18.75% from 255 or 11.81% from 398); Max value from RGB is 255 - color contains mainly: red. Hex color #FF602F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF602F is #009FD0. Grayscale: #8A8A8A. Windows color (decimal): -40913 or 3105023. OLE color: 3105023.
HSL color Cylindrical-coordinate representation of color #FF602F: hue angle of 14.13º 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 #FF602F is Cyan = 0, Magento = 0.62, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 96 | 47 | - |
| CMYK | 0 | 0.62 | 0.82 | 0 |
| HSL | 14.13º | 1% | 0.59% | - |
| HSV(B) | 14.13º | 0.82% | 1% | - |
| XYZ | 45.94 | 29.83 | 6.03 | - |
| YUV | 137.96 | 76.68 | 211.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 96 | 47 | 0 | 0.62 | 0.82 | 0 | 14.13 | 1 | 0.59 |
| Hex | FF | 60 | 2F | 0 | 3E | 52 | 0 | E | 64 | 3B |
| Octal | 377 | 140 | 57 | 0 | 76 | 122 | 0 | 16 | 144 | 73 |
| Binary | 11111111 | 1100000 | 101111 | 0 | 111110 | 1010010 | 0 | 1110 | 1100100 | 111011 |
Color Harmonies of #FF602F
Complementary color
Monochromatic Colors of #FF602F
Black with #FF602F
Text Example
Text Example
White with #FF602F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF602F; }
p { color: rgb(255,96,47); }
H1.HeaderClassName
{
color: #FF602F;
}
.AnyTagClassName
{
color: #FF602F;
}
</style>
background-color css
<style>
a { background-color: #FF602F; }
a { background-color: rgb(255,96,47); }
div.DivClassName
{
background-color: #FF602F;
}
.BgClassName
{
background-color: #FF602F;
}
</style>
border-color css
<style>
span { border-color: #FF602F; }
span { border-color: rgb(255,96,47); }
td.TdClassName
{
border-color: #FF602F;
}
.TagClassName
{
border-color: #FF602F;
}
</style>