Shades of Outrageous Orange #F9502B
Tints of Outrageous Orange #F9502B
RGB
CMYK
RGB Variations
Color information
#F9502B (or 0xF9502B) is known color: Outrageous Orange. HEX triplet: F9, 50 and 2B. RGB value is (249,80,43). Sum of RGB (Red+Green+Blue) = 249+80+43=372 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.94% from 372); Green value is 80 (31.64% from 255 or 21.51% from 372); Blue value is 43 (17.19% from 255 or 11.56% from 372); Max value from RGB is 249 - color contains mainly: red. Hex color #F9502B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F9502B is #06AFD4. Grayscale: #7E7E7E. Windows color (decimal): -438229 or 2838777. OLE color: 2838777.
HSL color Cylindrical-coordinate representation of color #F9502B: hue angle of 10.78º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F9502B is Cyan = 0, Magento = 0.68, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 80 | 43 | - |
| CMYK | 0 | 0.68 | 0.83 | 0.02 |
| HSL | 10.78º | 0.94% | 0.57% | - |
| HSV(B) | 10.78º | 0.83% | 0.98% | - |
| XYZ | 42.37 | 26.05 | 5.08 | - |
| YUV | 126.31 | 80.99 | 215.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 80 | 43 | 0 | 0.68 | 0.83 | 0.02 | 10.78 | 0.94 | 0.57 |
| Hex | F9 | 50 | 2B | 0 | 44 | 53 | 2 | B | 5E | 39 |
| Octal | 371 | 120 | 53 | 0 | 104 | 123 | 2 | 13 | 136 | 71 |
| Binary | 11111001 | 1010000 | 101011 | 0 | 1000100 | 1010011 | 10 | 1011 | 1011110 | 111001 |
Color Harmonies of #F9502B
Complementary color
Monochromatic Colors of #F9502B
Black with #F9502B
Text Example
Text Example
White with #F9502B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9502B; }
p { color: rgb(249,80,43); }
H1.HeaderClassName
{
color: #F9502B;
}
.AnyTagClassName
{
color: #F9502B;
}
</style>
background-color css
<style>
a { background-color: #F9502B; }
a { background-color: rgb(249,80,43); }
div.DivClassName
{
background-color: #F9502B;
}
.BgClassName
{
background-color: #F9502B;
}
</style>
border-color css
<style>
span { border-color: #F9502B; }
span { border-color: rgb(249,80,43); }
td.TdClassName
{
border-color: #F9502B;
}
.TagClassName
{
border-color: #F9502B;
}
</style>