Shades of Outrageous Orange #FF613D
Tints of Outrageous Orange #FF613D
RGB
CMYK
RGB Variations
Color information
#FF613D (or 0xFF613D) is known color: Outrageous Orange. HEX triplet: FF, 61 and 3D. RGB value is (255,97,61). Sum of RGB (Red+Green+Blue) = 255+97+61=413 (54% of max value = 765). Red value is 255 (100% from 255 or 61.74% from 413); Green value is 97 (38.28% from 255 or 23.49% from 413); Blue value is 61 (24.22% from 255 or 14.77% from 413); Max value from RGB is 255 - color contains mainly: red. Hex color #FF613D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF613D is #009EC2. Grayscale: #8C8C8C. Windows color (decimal): -40643 or 4022783. OLE color: 4022783.
HSL color Cylindrical-coordinate representation of color #FF613D: hue angle of 11.13º 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 #FF613D is Cyan = 0, Magento = 0.62, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 97 | 61 | - |
| CMYK | 0 | 0.62 | 0.76 | 0 |
| HSL | 11.13º | 1% | 0.62% | - |
| HSV(B) | 11.13º | 0.76% | 1% | - |
| XYZ | 46.36 | 30.15 | 7.79 | - |
| YUV | 140.14 | 83.35 | 209.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 97 | 61 | 0 | 0.62 | 0.76 | 0 | 11.13 | 1 | 0.62 |
| Hex | FF | 61 | 3D | 0 | 3E | 4C | 0 | B | 64 | 3E |
| Octal | 377 | 141 | 75 | 0 | 76 | 114 | 0 | 13 | 144 | 76 |
| Binary | 11111111 | 1100001 | 111101 | 0 | 111110 | 1001100 | 0 | 1011 | 1100100 | 111110 |
Color Harmonies of #FF613D
Complementary color
Monochromatic Colors of #FF613D
Black with #FF613D
Text Example
Text Example
White with #FF613D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF613D; }
p { color: rgb(255,97,61); }
H1.HeaderClassName
{
color: #FF613D;
}
.AnyTagClassName
{
color: #FF613D;
}
</style>
background-color css
<style>
a { background-color: #FF613D; }
a { background-color: rgb(255,97,61); }
div.DivClassName
{
background-color: #FF613D;
}
.BgClassName
{
background-color: #FF613D;
}
</style>
border-color css
<style>
span { border-color: #FF613D; }
span { border-color: rgb(255,97,61); }
td.TdClassName
{
border-color: #FF613D;
}
.TagClassName
{
border-color: #FF613D;
}
</style>