Shades of Outrageous Orange #FF613E
Tints of Outrageous Orange #FF613E
RGB
CMYK
RGB Variations
Color information
#FF613E (or 0xFF613E) is known color: Outrageous Orange. HEX triplet: FF, 61 and 3E. RGB value is (255,97,62). Sum of RGB (Red+Green+Blue) = 255+97+62=414 (54% of max value = 765). Red value is 255 (100% from 255 or 61.59% from 414); Green value is 97 (38.28% from 255 or 23.43% from 414); Blue value is 62 (24.61% from 255 or 14.98% from 414); Max value from RGB is 255 - color contains mainly: red. Hex color #FF613E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF613E is #009EC1. Grayscale: #8C8C8C. Windows color (decimal): -40642 or 4088319. OLE color: 4088319.
HSL color Cylindrical-coordinate representation of color #FF613E: hue angle of 10.88º 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 #FF613E is Cyan = 0, Magento = 0.62, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 97 | 62 | - |
| CMYK | 0 | 0.62 | 0.76 | 0 |
| HSL | 10.88º | 1% | 0.62% | - |
| HSV(B) | 10.88º | 0.76% | 1% | - |
| XYZ | 46.38 | 30.16 | 7.93 | - |
| YUV | 140.25 | 83.85 | 209.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 97 | 62 | 0 | 0.62 | 0.76 | 0 | 10.88 | 1 | 0.62 |
| Hex | FF | 61 | 3E | 0 | 3E | 4C | 0 | B | 64 | 3E |
| Octal | 377 | 141 | 76 | 0 | 76 | 114 | 0 | 13 | 144 | 76 |
| Binary | 11111111 | 1100001 | 111110 | 0 | 111110 | 1001100 | 0 | 1011 | 1100100 | 111110 |
Color Harmonies of #FF613E
Complementary color
Monochromatic Colors of #FF613E
Black with #FF613E
Text Example
Text Example
White with #FF613E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF613E; }
p { color: rgb(255,97,62); }
H1.HeaderClassName
{
color: #FF613E;
}
.AnyTagClassName
{
color: #FF613E;
}
</style>
background-color css
<style>
a { background-color: #FF613E; }
a { background-color: rgb(255,97,62); }
div.DivClassName
{
background-color: #FF613E;
}
.BgClassName
{
background-color: #FF613E;
}
</style>
border-color css
<style>
span { border-color: #FF613E; }
span { border-color: rgb(255,97,62); }
td.TdClassName
{
border-color: #FF613E;
}
.TagClassName
{
border-color: #FF613E;
}
</style>