Shades of Outrageous Orange #F6552F
Tints of Outrageous Orange #F6552F
RGB
CMYK
RGB Variations
Color information
#F6552F (or 0xF6552F) is known color: Outrageous Orange. HEX triplet: F6, 55 and 2F. RGB value is (246,85,47). Sum of RGB (Red+Green+Blue) = 246+85+47=378 (50% of max value = 765). Red value is 246 (96.48% from 255 or 65.08% from 378); Green value is 85 (33.59% from 255 or 22.49% from 378); Blue value is 47 (18.75% from 255 or 12.43% from 378); Max value from RGB is 246 - color contains mainly: red. Hex color #F6552F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F6552F is #09AAD0. Grayscale: #818181. Windows color (decimal): -633553 or 3102198. OLE color: 3102198.
HSL color Cylindrical-coordinate representation of color #F6552F: hue angle of 11.46º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F6552F is Cyan = 0, Magento = 0.65, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 85 | 47 | - |
| CMYK | 0 | 0.65 | 0.81 | 0.04 |
| HSL | 11.46º | 0.92% | 0.57% | - |
| HSV(B) | 11.46º | 0.81% | 0.96% | - |
| XYZ | 41.77 | 26.3 | 5.56 | - |
| YUV | 128.81 | 81.84 | 211.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 85 | 47 | 0 | 0.65 | 0.81 | 0.04 | 11.46 | 0.92 | 0.57 |
| Hex | F6 | 55 | 2F | 0 | 41 | 51 | 4 | B | 5C | 39 |
| Octal | 366 | 125 | 57 | 0 | 101 | 121 | 4 | 13 | 134 | 71 |
| Binary | 11110110 | 1010101 | 101111 | 0 | 1000001 | 1010001 | 100 | 1011 | 1011100 | 111001 |
Color Harmonies of #F6552F
Complementary color
Monochromatic Colors of #F6552F
Black with #F6552F
Text Example
Text Example
White with #F6552F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6552F; }
p { color: rgb(246,85,47); }
H1.HeaderClassName
{
color: #F6552F;
}
.AnyTagClassName
{
color: #F6552F;
}
</style>
background-color css
<style>
a { background-color: #F6552F; }
a { background-color: rgb(246,85,47); }
div.DivClassName
{
background-color: #F6552F;
}
.BgClassName
{
background-color: #F6552F;
}
</style>
border-color css
<style>
span { border-color: #F6552F; }
span { border-color: rgb(246,85,47); }
td.TdClassName
{
border-color: #F6552F;
}
.TagClassName
{
border-color: #F6552F;
}
</style>