Shades of Outrageous Orange #F45A3E
Tints of Outrageous Orange #F45A3E
RGB
CMYK
RGB Variations
Color information
#F45A3E (or 0xF45A3E) is known color: Outrageous Orange. HEX triplet: F4, 5A and 3E. RGB value is (244,90,62). Sum of RGB (Red+Green+Blue) = 244+90+62=396 (52% of max value = 765). Red value is 244 (95.70% from 255 or 61.62% from 396); Green value is 90 (35.55% from 255 or 22.73% from 396); Blue value is 62 (24.61% from 255 or 15.66% from 396); Max value from RGB is 244 - color contains mainly: red. Hex color #F45A3E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F45A3E is #0BA5C1. Grayscale: #858585. Windows color (decimal): -763330 or 4086516. OLE color: 4086516.
HSL color Cylindrical-coordinate representation of color #F45A3E: hue angle of 9.23º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F45A3E is Cyan = 0, Magento = 0.63, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 90 | 62 | - |
| CMYK | 0 | 0.63 | 0.75 | 0.04 |
| HSL | 9.23º | 0.89% | 0.6% | - |
| HSV(B) | 9.23º | 0.75% | 0.96% | - |
| XYZ | 41.83 | 26.89 | 7.54 | - |
| YUV | 132.85 | 88.02 | 207.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 90 | 62 | 0 | 0.63 | 0.75 | 0.04 | 9.23 | 0.89 | 0.6 |
| Hex | F4 | 5A | 3E | 0 | 3F | 4B | 4 | 9 | 59 | 3C |
| Octal | 364 | 132 | 76 | 0 | 77 | 113 | 4 | 11 | 131 | 74 |
| Binary | 11110100 | 1011010 | 111110 | 0 | 111111 | 1001011 | 100 | 1001 | 1011001 | 111100 |
Color Harmonies of #F45A3E
Complementary color
Monochromatic Colors of #F45A3E
Black with #F45A3E
Text Example
Text Example
White with #F45A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45A3E; }
p { color: rgb(244,90,62); }
H1.HeaderClassName
{
color: #F45A3E;
}
.AnyTagClassName
{
color: #F45A3E;
}
</style>
background-color css
<style>
a { background-color: #F45A3E; }
a { background-color: rgb(244,90,62); }
div.DivClassName
{
background-color: #F45A3E;
}
.BgClassName
{
background-color: #F45A3E;
}
</style>
border-color css
<style>
span { border-color: #F45A3E; }
span { border-color: rgb(244,90,62); }
td.TdClassName
{
border-color: #F45A3E;
}
.TagClassName
{
border-color: #F45A3E;
}
</style>