Shades of Outrageous Orange #F9572F
Tints of Outrageous Orange #F9572F
RGB
CMYK
RGB Variations
Color information
#F9572F (or 0xF9572F) is known color: Outrageous Orange. HEX triplet: F9, 57 and 2F. RGB value is (249,87,47). Sum of RGB (Red+Green+Blue) = 249+87+47=383 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.01% from 383); Green value is 87 (34.38% from 255 or 22.72% from 383); Blue value is 47 (18.75% from 255 or 12.27% from 383); Max value from RGB is 249 - color contains mainly: red. Hex color #F9572F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F9572F is #06A8D0. Grayscale: #838383. Windows color (decimal): -436433 or 3102713. OLE color: 3102713.
HSL color Cylindrical-coordinate representation of color #F9572F: hue angle of 11.88º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F9572F is Cyan = 0, Magento = 0.65, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 87 | 47 | - |
| CMYK | 0 | 0.65 | 0.81 | 0.02 |
| HSL | 11.88º | 0.94% | 0.58% | - |
| HSV(B) | 11.88º | 0.81% | 0.98% | - |
| XYZ | 42.99 | 27.16 | 5.67 | - |
| YUV | 130.88 | 80.67 | 212.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 87 | 47 | 0 | 0.65 | 0.81 | 0.02 | 11.88 | 0.94 | 0.58 |
| Hex | F9 | 57 | 2F | 0 | 41 | 51 | 2 | C | 5E | 3A |
| Octal | 371 | 127 | 57 | 0 | 101 | 121 | 2 | 14 | 136 | 72 |
| Binary | 11111001 | 1010111 | 101111 | 0 | 1000001 | 1010001 | 10 | 1100 | 1011110 | 111010 |
Color Harmonies of #F9572F
Complementary color
Monochromatic Colors of #F9572F
Black with #F9572F
Text Example
Text Example
White with #F9572F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9572F; }
p { color: rgb(249,87,47); }
H1.HeaderClassName
{
color: #F9572F;
}
.AnyTagClassName
{
color: #F9572F;
}
</style>
background-color css
<style>
a { background-color: #F9572F; }
a { background-color: rgb(249,87,47); }
div.DivClassName
{
background-color: #F9572F;
}
.BgClassName
{
background-color: #F9572F;
}
</style>
border-color css
<style>
span { border-color: #F9572F; }
span { border-color: rgb(249,87,47); }
td.TdClassName
{
border-color: #F9572F;
}
.TagClassName
{
border-color: #F9572F;
}
</style>