Shades of Outrageous Orange #F9572D
Tints of Outrageous Orange #F9572D
RGB
CMYK
RGB Variations
Color information
#F9572D (or 0xF9572D) is known color: Outrageous Orange. HEX triplet: F9, 57 and 2D. RGB value is (249,87,45). Sum of RGB (Red+Green+Blue) = 249+87+45=381 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.35% from 381); Green value is 87 (34.38% from 255 or 22.83% from 381); Blue value is 45 (17.97% from 255 or 11.81% from 381); Max value from RGB is 249 - color contains mainly: red. Hex color #F9572D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F9572D is #06A8D2. Grayscale: #828282. Windows color (decimal): -436435 or 2971641. OLE color: 2971641.
HSL color Cylindrical-coordinate representation of color #F9572D: hue angle of 12.35º 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 #F9572D is Cyan = 0, Magento = 0.65, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 87 | 45 | - |
| CMYK | 0 | 0.65 | 0.82 | 0.02 |
| HSL | 12.35º | 0.94% | 0.58% | - |
| HSV(B) | 12.35º | 0.82% | 0.98% | - |
| XYZ | 42.95 | 27.15 | 5.46 | - |
| YUV | 130.65 | 79.67 | 212.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 87 | 45 | 0 | 0.65 | 0.82 | 0.02 | 12.35 | 0.94 | 0.58 |
| Hex | F9 | 57 | 2D | 0 | 41 | 52 | 2 | C | 5E | 3A |
| Octal | 371 | 127 | 55 | 0 | 101 | 122 | 2 | 14 | 136 | 72 |
| Binary | 11111001 | 1010111 | 101101 | 0 | 1000001 | 1010010 | 10 | 1100 | 1011110 | 111010 |
Color Harmonies of #F9572D
Complementary color
Monochromatic Colors of #F9572D
Black with #F9572D
Text Example
Text Example
White with #F9572D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9572D; }
p { color: rgb(249,87,45); }
H1.HeaderClassName
{
color: #F9572D;
}
.AnyTagClassName
{
color: #F9572D;
}
</style>
background-color css
<style>
a { background-color: #F9572D; }
a { background-color: rgb(249,87,45); }
div.DivClassName
{
background-color: #F9572D;
}
.BgClassName
{
background-color: #F9572D;
}
</style>
border-color css
<style>
span { border-color: #F9572D; }
span { border-color: rgb(249,87,45); }
td.TdClassName
{
border-color: #F9572D;
}
.TagClassName
{
border-color: #F9572D;
}
</style>