Shades of Outrageous Orange #F0532F
Tints of Outrageous Orange #F0532F
RGB
CMYK
RGB Variations
Color information
#F0532F (or 0xF0532F) is known color: Outrageous Orange. HEX triplet: F0, 53 and 2F. RGB value is (240,83,47). Sum of RGB (Red+Green+Blue) = 240+83+47=370 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.86% from 370); Green value is 83 (32.81% from 255 or 22.43% from 370); Blue value is 47 (18.75% from 255 or 12.70% from 370); Max value from RGB is 240 - color contains mainly: red. Hex color #F0532F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0532F is #0FACD0. Grayscale: #7E7E7E. Windows color (decimal): -1027281 or 3101680. OLE color: 3101680.
HSL color Cylindrical-coordinate representation of color #F0532F: hue angle of 11.19º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F0532F is Cyan = 0, Magento = 0.65, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 83 | 47 | - |
| CMYK | 0 | 0.65 | 0.80 | 0.06 |
| HSL | 11.19º | 0.87% | 0.56% | - |
| HSV(B) | 11.19º | 0.8% | 0.94% | - |
| XYZ | 39.54 | 24.92 | 5.41 | - |
| YUV | 125.84 | 83.51 | 209.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 83 | 47 | 0 | 0.65 | 0.80 | 0.06 | 11.19 | 0.87 | 0.56 |
| Hex | F0 | 53 | 2F | 0 | 41 | 50 | 6 | B | 57 | 38 |
| Octal | 360 | 123 | 57 | 0 | 101 | 120 | 6 | 13 | 127 | 70 |
| Binary | 11110000 | 1010011 | 101111 | 0 | 1000001 | 1010000 | 110 | 1011 | 1010111 | 111000 |
Color Harmonies of #F0532F
Complementary color
Monochromatic Colors of #F0532F
Black with #F0532F
Text Example
Text Example
White with #F0532F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0532F; }
p { color: rgb(240,83,47); }
H1.HeaderClassName
{
color: #F0532F;
}
.AnyTagClassName
{
color: #F0532F;
}
</style>
background-color css
<style>
a { background-color: #F0532F; }
a { background-color: rgb(240,83,47); }
div.DivClassName
{
background-color: #F0532F;
}
.BgClassName
{
background-color: #F0532F;
}
</style>
border-color css
<style>
span { border-color: #F0532F; }
span { border-color: rgb(240,83,47); }
td.TdClassName
{
border-color: #F0532F;
}
.TagClassName
{
border-color: #F0532F;
}
</style>