Shades of Outrageous Orange #FF613C
Tints of Outrageous Orange #FF613C
RGB
CMYK
RGB Variations
Color information
#FF613C (or 0xFF613C) is known color: Outrageous Orange. HEX triplet: FF, 61 and 3C. RGB value is (255,97,60). Sum of RGB (Red+Green+Blue) = 255+97+60=412 (54% of max value = 765). Red value is 255 (100% from 255 or 61.89% from 412); Green value is 97 (38.28% from 255 or 23.54% from 412); Blue value is 60 (23.83% from 255 or 14.56% from 412); Max value from RGB is 255 - color contains mainly: red. Hex color #FF613C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF613C is #009EC3. Grayscale: #8C8C8C. Windows color (decimal): -40644 or 3957247. OLE color: 3957247.
HSL color Cylindrical-coordinate representation of color #FF613C: hue angle of 11.38º 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 #FF613C is Cyan = 0, Magento = 0.62, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 97 | 60 | - |
| CMYK | 0 | 0.62 | 0.76 | 0 |
| HSL | 11.38º | 1% | 0.62% | - |
| HSV(B) | 11.38º | 0.76% | 1% | - |
| XYZ | 46.33 | 30.14 | 7.65 | - |
| YUV | 140.02 | 82.85 | 210.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 97 | 60 | 0 | 0.62 | 0.76 | 0 | 11.38 | 1 | 0.62 |
| Hex | FF | 61 | 3C | 0 | 3E | 4C | 0 | B | 64 | 3E |
| Octal | 377 | 141 | 74 | 0 | 76 | 114 | 0 | 13 | 144 | 76 |
| Binary | 11111111 | 1100001 | 111100 | 0 | 111110 | 1001100 | 0 | 1011 | 1100100 | 111110 |
Color Harmonies of #FF613C
Complementary color
Monochromatic Colors of #FF613C
Black with #FF613C
Text Example
Text Example
White with #FF613C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF613C; }
p { color: rgb(255,97,60); }
H1.HeaderClassName
{
color: #FF613C;
}
.AnyTagClassName
{
color: #FF613C;
}
</style>
background-color css
<style>
a { background-color: #FF613C; }
a { background-color: rgb(255,97,60); }
div.DivClassName
{
background-color: #FF613C;
}
.BgClassName
{
background-color: #FF613C;
}
</style>
border-color css
<style>
span { border-color: #FF613C; }
span { border-color: rgb(255,97,60); }
td.TdClassName
{
border-color: #FF613C;
}
.TagClassName
{
border-color: #FF613C;
}
</style>