Shades of Outrageous Orange #F0542B
Tints of Outrageous Orange #F0542B
RGB
CMYK
RGB Variations
Color information
#F0542B (or 0xF0542B) is known color: Outrageous Orange. HEX triplet: F0, 54 and 2B. RGB value is (240,84,43). Sum of RGB (Red+Green+Blue) = 240+84+43=367 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.40% from 367); Green value is 84 (33.20% from 255 or 22.89% from 367); Blue value is 43 (17.19% from 255 or 11.72% from 367); Max value from RGB is 240 - color contains mainly: red. Hex color #F0542B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0542B is #0FABD4. Grayscale: #7E7E7E. Windows color (decimal): -1027029 or 2839792. OLE color: 2839792.
HSL color Cylindrical-coordinate representation of color #F0542B: hue angle of 12.49º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F0542B is Cyan = 0, Magento = 0.65, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 84 | 43 | - |
| CMYK | 0 | 0.65 | 0.82 | 0.06 |
| HSL | 12.49º | 0.87% | 0.55% | - |
| HSV(B) | 12.49º | 0.82% | 0.94% | - |
| XYZ | 39.54 | 25.04 | 5.03 | - |
| YUV | 125.97 | 81.18 | 209.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 84 | 43 | 0 | 0.65 | 0.82 | 0.06 | 12.49 | 0.87 | 0.55 |
| Hex | F0 | 54 | 2B | 0 | 41 | 52 | 6 | C | 57 | 37 |
| Octal | 360 | 124 | 53 | 0 | 101 | 122 | 6 | 14 | 127 | 67 |
| Binary | 11110000 | 1010100 | 101011 | 0 | 1000001 | 1010010 | 110 | 1100 | 1010111 | 110111 |
Color Harmonies of #F0542B
Complementary color
Monochromatic Colors of #F0542B
Black with #F0542B
Text Example
Text Example
White with #F0542B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0542B; }
p { color: rgb(240,84,43); }
H1.HeaderClassName
{
color: #F0542B;
}
.AnyTagClassName
{
color: #F0542B;
}
</style>
background-color css
<style>
a { background-color: #F0542B; }
a { background-color: rgb(240,84,43); }
div.DivClassName
{
background-color: #F0542B;
}
.BgClassName
{
background-color: #F0542B;
}
</style>
border-color css
<style>
span { border-color: #F0542B; }
span { border-color: rgb(240,84,43); }
td.TdClassName
{
border-color: #F0542B;
}
.TagClassName
{
border-color: #F0542B;
}
</style>