Shades of Outrageous Orange #FF603D
Tints of Outrageous Orange #FF603D
RGB
CMYK
RGB Variations
Color information
#FF603D (or 0xFF603D) is known color: Outrageous Orange. HEX triplet: FF, 60 and 3D. RGB value is (255,96,61). Sum of RGB (Red+Green+Blue) = 255+96+61=412 (54% of max value = 765). Red value is 255 (100% from 255 or 61.89% from 412); Green value is 96 (37.89% from 255 or 23.30% from 412); Blue value is 61 (24.22% from 255 or 14.81% from 412); Max value from RGB is 255 - color contains mainly: red. Hex color #FF603D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF603D is #009FC2. Grayscale: #8B8B8B. Windows color (decimal): -40899 or 4022527. OLE color: 4022527.
HSL color Cylindrical-coordinate representation of color #FF603D: hue angle of 10.82º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FF603D is Cyan = 0, Magento = 0.62, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 96 | 61 | - |
| CMYK | 0 | 0.62 | 0.76 | 0 |
| HSL | 10.82º | 1% | 0.62% | - |
| HSV(B) | 10.82º | 0.76% | 1% | - |
| XYZ | 46.27 | 29.96 | 7.76 | - |
| YUV | 139.55 | 83.68 | 210.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 96 | 61 | 0 | 0.62 | 0.76 | 0 | 10.82 | 1 | 0.62 |
| Hex | FF | 60 | 3D | 0 | 3E | 4C | 0 | B | 64 | 3E |
| Octal | 377 | 140 | 75 | 0 | 76 | 114 | 0 | 13 | 144 | 76 |
| Binary | 11111111 | 1100000 | 111101 | 0 | 111110 | 1001100 | 0 | 1011 | 1100100 | 111110 |
Color Harmonies of #FF603D
Complementary color
Monochromatic Colors of #FF603D
Black with #FF603D
Text Example
Text Example
White with #FF603D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF603D; }
p { color: rgb(255,96,61); }
H1.HeaderClassName
{
color: #FF603D;
}
.AnyTagClassName
{
color: #FF603D;
}
</style>
background-color css
<style>
a { background-color: #FF603D; }
a { background-color: rgb(255,96,61); }
div.DivClassName
{
background-color: #FF603D;
}
.BgClassName
{
background-color: #FF603D;
}
</style>
border-color css
<style>
span { border-color: #FF603D; }
span { border-color: rgb(255,96,61); }
td.TdClassName
{
border-color: #FF603D;
}
.TagClassName
{
border-color: #FF603D;
}
</style>