Shades of Outrageous Orange #F0552D
Tints of Outrageous Orange #F0552D
RGB
CMYK
RGB Variations
Color information
#F0552D (or 0xF0552D) is known color: Outrageous Orange. HEX triplet: F0, 55 and 2D. RGB value is (240,85,45). Sum of RGB (Red+Green+Blue) = 240+85+45=370 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.86% from 370); Green value is 85 (33.59% from 255 or 22.97% from 370); Blue value is 45 (17.97% from 255 or 12.16% from 370); Max value from RGB is 240 - color contains mainly: red. Hex color #F0552D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0552D is #0FAAD2. Grayscale: #7F7F7F. Windows color (decimal): -1026771 or 2971120. OLE color: 2971120.
HSL color Cylindrical-coordinate representation of color #F0552D: hue angle of 12.31º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F0552D is Cyan = 0, Magento = 0.65, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 85 | 45 | - |
| CMYK | 0 | 0.65 | 0.81 | 0.06 |
| HSL | 12.31º | 0.87% | 0.56% | - |
| HSV(B) | 12.31º | 0.81% | 0.94% | - |
| XYZ | 39.66 | 25.21 | 5.26 | - |
| YUV | 126.79 | 81.85 | 208.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 85 | 45 | 0 | 0.65 | 0.81 | 0.06 | 12.31 | 0.87 | 0.56 |
| Hex | F0 | 55 | 2D | 0 | 41 | 51 | 6 | C | 57 | 38 |
| Octal | 360 | 125 | 55 | 0 | 101 | 121 | 6 | 14 | 127 | 70 |
| Binary | 11110000 | 1010101 | 101101 | 0 | 1000001 | 1010001 | 110 | 1100 | 1010111 | 111000 |
Color Harmonies of #F0552D
Complementary color
Monochromatic Colors of #F0552D
Black with #F0552D
Text Example
Text Example
White with #F0552D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0552D; }
p { color: rgb(240,85,45); }
H1.HeaderClassName
{
color: #F0552D;
}
.AnyTagClassName
{
color: #F0552D;
}
</style>
background-color css
<style>
a { background-color: #F0552D; }
a { background-color: rgb(240,85,45); }
div.DivClassName
{
background-color: #F0552D;
}
.BgClassName
{
background-color: #F0552D;
}
</style>
border-color css
<style>
span { border-color: #F0552D; }
span { border-color: rgb(240,85,45); }
td.TdClassName
{
border-color: #F0552D;
}
.TagClassName
{
border-color: #F0552D;
}
</style>