Shades of Outrageous Orange #F65330
Tints of Outrageous Orange #F65330
RGB
CMYK
RGB Variations
Color information
#F65330 (or 0xF65330) is known color: Outrageous Orange. HEX triplet: F6, 53 and 30. RGB value is (246,83,48). Sum of RGB (Red+Green+Blue) = 246+83+48=377 (49% of max value = 765). Red value is 246 (96.48% from 255 or 65.25% from 377); Green value is 83 (32.81% from 255 or 22.02% from 377); Blue value is 48 (19.14% from 255 or 12.73% from 377); Max value from RGB is 246 - color contains mainly: red. Hex color #F65330 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F65330 is #09ACCF. Grayscale: #808080. Windows color (decimal): -634064 or 3167222. OLE color: 3167222.
HSL color Cylindrical-coordinate representation of color #F65330: hue angle of 10.61º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F65330 is Cyan = 0, Magento = 0.66, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 83 | 48 | - |
| CMYK | 0 | 0.66 | 0.80 | 0.04 |
| HSL | 10.61º | 0.92% | 0.58% | - |
| HSV(B) | 10.61º | 0.8% | 0.96% | - |
| XYZ | 41.63 | 25.99 | 5.62 | - |
| YUV | 127.75 | 83 | 212.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 83 | 48 | 0 | 0.66 | 0.80 | 0.04 | 10.61 | 0.92 | 0.58 |
| Hex | F6 | 53 | 30 | 0 | 42 | 50 | 4 | B | 5C | 3A |
| Octal | 366 | 123 | 60 | 0 | 102 | 120 | 4 | 13 | 134 | 72 |
| Binary | 11110110 | 1010011 | 110000 | 0 | 1000010 | 1010000 | 100 | 1011 | 1011100 | 111010 |
Color Harmonies of #F65330
Complementary color
Monochromatic Colors of #F65330
Black with #F65330
Text Example
Text Example
White with #F65330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65330; }
p { color: rgb(246,83,48); }
H1.HeaderClassName
{
color: #F65330;
}
.AnyTagClassName
{
color: #F65330;
}
</style>
background-color css
<style>
a { background-color: #F65330; }
a { background-color: rgb(246,83,48); }
div.DivClassName
{
background-color: #F65330;
}
.BgClassName
{
background-color: #F65330;
}
</style>
border-color css
<style>
span { border-color: #F65330; }
span { border-color: rgb(246,83,48); }
td.TdClassName
{
border-color: #F65330;
}
.TagClassName
{
border-color: #F65330;
}
</style>