Shades of Outrageous Orange #F9512D
Tints of Outrageous Orange #F9512D
RGB
CMYK
RGB Variations
Color information
#F9512D (or 0xF9512D) is known color: Outrageous Orange. HEX triplet: F9, 51 and 2D. RGB value is (249,81,45). Sum of RGB (Red+Green+Blue) = 249+81+45=375 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.4% from 375); Green value is 81 (32.03% from 255 or 21.6% from 375); Blue value is 45 (17.97% from 255 or 12% from 375); Max value from RGB is 249 - color contains mainly: red. Hex color #F9512D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F9512D is #06AED2. Grayscale: #7F7F7F. Windows color (decimal): -437971 or 2970105. OLE color: 2970105.
HSL color Cylindrical-coordinate representation of color #F9512D: hue angle of 10.59º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F9512D is Cyan = 0, Magento = 0.67, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 81 | 45 | - |
| CMYK | 0 | 0.67 | 0.82 | 0.02 |
| HSL | 10.59º | 0.94% | 0.58% | - |
| HSV(B) | 10.59º | 0.82% | 0.98% | - |
| XYZ | 42.48 | 26.21 | 5.3 | - |
| YUV | 127.13 | 81.66 | 214.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 81 | 45 | 0 | 0.67 | 0.82 | 0.02 | 10.59 | 0.94 | 0.58 |
| Hex | F9 | 51 | 2D | 0 | 43 | 52 | 2 | B | 5E | 3A |
| Octal | 371 | 121 | 55 | 0 | 103 | 122 | 2 | 13 | 136 | 72 |
| Binary | 11111001 | 1010001 | 101101 | 0 | 1000011 | 1010010 | 10 | 1011 | 1011110 | 111010 |
Color Harmonies of #F9512D
Complementary color
Monochromatic Colors of #F9512D
Black with #F9512D
Text Example
Text Example
White with #F9512D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9512D; }
p { color: rgb(249,81,45); }
H1.HeaderClassName
{
color: #F9512D;
}
.AnyTagClassName
{
color: #F9512D;
}
</style>
background-color css
<style>
a { background-color: #F9512D; }
a { background-color: rgb(249,81,45); }
div.DivClassName
{
background-color: #F9512D;
}
.BgClassName
{
background-color: #F9512D;
}
</style>
border-color css
<style>
span { border-color: #F9512D; }
span { border-color: rgb(249,81,45); }
td.TdClassName
{
border-color: #F9512D;
}
.TagClassName
{
border-color: #F9512D;
}
</style>