Shades of Outrageous Orange #FF613F
Tints of Outrageous Orange #FF613F
RGB
CMYK
RGB Variations
Color information
#FF613F (or 0xFF613F) is known color: Outrageous Orange. HEX triplet: FF, 61 and 3F. RGB value is (255,97,63). Sum of RGB (Red+Green+Blue) = 255+97+63=415 (54% of max value = 765). Red value is 255 (100% from 255 or 61.45% from 415); Green value is 97 (38.28% from 255 or 23.37% from 415); Blue value is 63 (25% from 255 or 15.18% from 415); Max value from RGB is 255 - color contains mainly: red. Hex color #FF613F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF613F is #009EC0. Grayscale: #8C8C8C. Windows color (decimal): -40641 or 4153855. OLE color: 4153855.
HSL color Cylindrical-coordinate representation of color #FF613F: hue angle of 10.62º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FF613F is Cyan = 0, Magento = 0.62, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 97 | 63 | - |
| CMYK | 0 | 0.62 | 0.75 | 0 |
| HSL | 10.63º | 1% | 0.62% | - |
| HSV(B) | 10.63º | 0.75% | 1% | - |
| XYZ | 46.41 | 30.17 | 8.08 | - |
| YUV | 140.37 | 84.35 | 209.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 97 | 63 | 0 | 0.62 | 0.75 | 0 | 10.63 | 1 | 0.62 |
| Hex | FF | 61 | 3F | 0 | 3E | 4B | 0 | B | 64 | 3E |
| Octal | 377 | 141 | 77 | 0 | 76 | 113 | 0 | 13 | 144 | 76 |
| Binary | 11111111 | 1100001 | 111111 | 0 | 111110 | 1001011 | 0 | 1011 | 1100100 | 111110 |
Color Harmonies of #FF613F
Complementary color
Monochromatic Colors of #FF613F
Black with #FF613F
Text Example
Text Example
White with #FF613F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF613F; }
p { color: rgb(255,97,63); }
H1.HeaderClassName
{
color: #FF613F;
}
.AnyTagClassName
{
color: #FF613F;
}
</style>
background-color css
<style>
a { background-color: #FF613F; }
a { background-color: rgb(255,97,63); }
div.DivClassName
{
background-color: #FF613F;
}
.BgClassName
{
background-color: #FF613F;
}
</style>
border-color css
<style>
span { border-color: #FF613F; }
span { border-color: rgb(255,97,63); }
td.TdClassName
{
border-color: #FF613F;
}
.TagClassName
{
border-color: #FF613F;
}
</style>