Shades of Outrageous Orange #F05A30
Tints of Outrageous Orange #F05A30
RGB
CMYK
RGB Variations
Color information
#F05A30 (or 0xF05A30) is known color: Outrageous Orange. HEX triplet: F0, 5A and 30. RGB value is (240,90,48). Sum of RGB (Red+Green+Blue) = 240+90+48=378 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.49% from 378); Green value is 90 (35.55% from 255 or 23.81% from 378); Blue value is 48 (19.14% from 255 or 12.70% from 378); Max value from RGB is 240 - color contains mainly: red. Hex color #F05A30 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05A30 is #0FA5CF. Grayscale: #828282. Windows color (decimal): -1025488 or 3169008. OLE color: 3169008.
HSL color Cylindrical-coordinate representation of color #F05A30: hue angle of 13.12º degrees, saturation: 0.86, 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 #F05A30 is Cyan = 0, Magento = 0.62, Yellow = 0.8 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 90 | 48 | - |
| CMYK | 0 | 0.62 | 0.8 | 0.06 |
| HSL | 13.13º | 0.86% | 0.56% | - |
| HSV(B) | 13.13º | 0.8% | 0.94% | - |
| XYZ | 40.12 | 26.05 | 5.71 | - |
| YUV | 130.06 | 81.7 | 206.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 90 | 48 | 0 | 0.62 | 0.8 | 0.06 | 13.13 | 0.86 | 0.56 |
| Hex | F0 | 5A | 30 | 0 | 3E | 50 | 6 | D | 56 | 38 |
| Octal | 360 | 132 | 60 | 0 | 76 | 120 | 6 | 15 | 126 | 70 |
| Binary | 11110000 | 1011010 | 110000 | 0 | 111110 | 1010000 | 110 | 1101 | 1010110 | 111000 |
Color Harmonies of #F05A30
Complementary color
Monochromatic Colors of #F05A30
Black with #F05A30
Text Example
Text Example
White with #F05A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05A30; }
p { color: rgb(240,90,48); }
H1.HeaderClassName
{
color: #F05A30;
}
.AnyTagClassName
{
color: #F05A30;
}
</style>
background-color css
<style>
a { background-color: #F05A30; }
a { background-color: rgb(240,90,48); }
div.DivClassName
{
background-color: #F05A30;
}
.BgClassName
{
background-color: #F05A30;
}
</style>
border-color css
<style>
span { border-color: #F05A30; }
span { border-color: rgb(240,90,48); }
td.TdClassName
{
border-color: #F05A30;
}
.TagClassName
{
border-color: #F05A30;
}
</style>