Shades of Outrageous Orange #F05334
Tints of Outrageous Orange #F05334
RGB
CMYK
RGB Variations
Color information
#F05334 (or 0xF05334) is known color: Outrageous Orange. HEX triplet: F0, 53 and 34. RGB value is (240,83,52). Sum of RGB (Red+Green+Blue) = 240+83+52=375 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64% from 375); Green value is 83 (32.81% from 255 or 22.13% from 375); Blue value is 52 (20.70% from 255 or 13.87% from 375); Max value from RGB is 240 - color contains mainly: red. Hex color #F05334 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05334 is #0FACCB. Grayscale: #7E7E7E. Windows color (decimal): -1027276 or 3429360. OLE color: 3429360.
HSL color Cylindrical-coordinate representation of color #F05334: hue angle of 9.89º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F05334 is Cyan = 0, Magento = 0.65, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 83 | 52 | - |
| CMYK | 0 | 0.65 | 0.78 | 0.06 |
| HSL | 9.89º | 0.86% | 0.57% | - |
| HSV(B) | 9.89º | 0.78% | 0.94% | - |
| XYZ | 39.65 | 24.96 | 5.98 | - |
| YUV | 126.41 | 86.01 | 209.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 83 | 52 | 0 | 0.65 | 0.78 | 0.06 | 9.89 | 0.86 | 0.57 |
| Hex | F0 | 53 | 34 | 0 | 41 | 4E | 6 | A | 56 | 39 |
| Octal | 360 | 123 | 64 | 0 | 101 | 116 | 6 | 12 | 126 | 71 |
| Binary | 11110000 | 1010011 | 110100 | 0 | 1000001 | 1001110 | 110 | 1010 | 1010110 | 111001 |
Color Harmonies of #F05334
Complementary color
Monochromatic Colors of #F05334
Black with #F05334
Text Example
Text Example
White with #F05334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05334; }
p { color: rgb(240,83,52); }
H1.HeaderClassName
{
color: #F05334;
}
.AnyTagClassName
{
color: #F05334;
}
</style>
background-color css
<style>
a { background-color: #F05334; }
a { background-color: rgb(240,83,52); }
div.DivClassName
{
background-color: #F05334;
}
.BgClassName
{
background-color: #F05334;
}
</style>
border-color css
<style>
span { border-color: #F05334; }
span { border-color: rgb(240,83,52); }
td.TdClassName
{
border-color: #F05334;
}
.TagClassName
{
border-color: #F05334;
}
</style>