Shades of Outrageous Orange #F0613D
Tints of Outrageous Orange #F0613D
RGB
CMYK
RGB Variations
Color information
#F0613D (or 0xF0613D) is known color: Outrageous Orange. HEX triplet: F0, 61 and 3D. RGB value is (240,97,61). Sum of RGB (Red+Green+Blue) = 240+97+61=398 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.30% from 398); Green value is 97 (38.28% from 255 or 24.37% from 398); Blue value is 61 (24.22% from 255 or 15.33% from 398); Max value from RGB is 240 - color contains mainly: red. Hex color #F0613D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0613D is #0F9EC2. Grayscale: #878787. Windows color (decimal): -1023683 or 4022768. OLE color: 4022768.
HSL color Cylindrical-coordinate representation of color #F0613D: hue angle of 12.07º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F0613D is Cyan = 0, Magento = 0.60, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 97 | 61 | - |
| CMYK | 0 | 0.60 | 0.75 | 0.06 |
| HSL | 12.07º | 0.86% | 0.59% | - |
| HSV(B) | 12.07º | 0.75% | 0.94% | - |
| XYZ | 41.05 | 27.41 | 7.54 | - |
| YUV | 135.65 | 85.88 | 202.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 97 | 61 | 0 | 0.60 | 0.75 | 0.06 | 12.07 | 0.86 | 0.59 |
| Hex | F0 | 61 | 3D | 0 | 3C | 4B | 6 | C | 56 | 3B |
| Octal | 360 | 141 | 75 | 0 | 74 | 113 | 6 | 14 | 126 | 73 |
| Binary | 11110000 | 1100001 | 111101 | 0 | 111100 | 1001011 | 110 | 1100 | 1010110 | 111011 |
Color Harmonies of #F0613D
Complementary color
Monochromatic Colors of #F0613D
Black with #F0613D
Text Example
Text Example
White with #F0613D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0613D; }
p { color: rgb(240,97,61); }
H1.HeaderClassName
{
color: #F0613D;
}
.AnyTagClassName
{
color: #F0613D;
}
</style>
background-color css
<style>
a { background-color: #F0613D; }
a { background-color: rgb(240,97,61); }
div.DivClassName
{
background-color: #F0613D;
}
.BgClassName
{
background-color: #F0613D;
}
</style>
border-color css
<style>
span { border-color: #F0613D; }
span { border-color: rgb(240,97,61); }
td.TdClassName
{
border-color: #F0613D;
}
.TagClassName
{
border-color: #F0613D;
}
</style>