Shades of Outrageous Orange #FB572F
Tints of Outrageous Orange #FB572F
RGB
CMYK
RGB Variations
Color information
#FB572F (or 0xFB572F) is known color: Outrageous Orange. HEX triplet: FB, 57 and 2F. RGB value is (251,87,47). Sum of RGB (Red+Green+Blue) = 251+87+47=385 (50% of max value = 765). Red value is 251 (98.44% from 255 or 65.19% from 385); Green value is 87 (34.38% from 255 or 22.60% from 385); Blue value is 47 (18.75% from 255 or 12.21% from 385); Max value from RGB is 251 - color contains mainly: red. Hex color #FB572F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB572F is #04A8D0. Grayscale: #838383. Windows color (decimal): -305361 or 3102715. OLE color: 3102715.
HSL color Cylindrical-coordinate representation of color #FB572F: hue angle of 11.76º degrees, saturation: 0.96, 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 #FB572F is Cyan = 0, Magento = 0.65, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 87 | 47 | - |
| CMYK | 0 | 0.65 | 0.81 | 0.02 |
| HSL | 11.76º | 0.96% | 0.58% | - |
| HSV(B) | 11.76º | 0.81% | 0.98% | - |
| XYZ | 43.7 | 27.53 | 5.7 | - |
| YUV | 131.48 | 80.33 | 213.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 87 | 47 | 0 | 0.65 | 0.81 | 0.02 | 11.76 | 0.96 | 0.58 |
| Hex | FB | 57 | 2F | 0 | 41 | 51 | 2 | C | 60 | 3A |
| Octal | 373 | 127 | 57 | 0 | 101 | 121 | 2 | 14 | 140 | 72 |
| Binary | 11111011 | 1010111 | 101111 | 0 | 1000001 | 1010001 | 10 | 1100 | 1100000 | 111010 |
Color Harmonies of #FB572F
Complementary color
Monochromatic Colors of #FB572F
Black with #FB572F
Text Example
Text Example
White with #FB572F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB572F; }
p { color: rgb(251,87,47); }
H1.HeaderClassName
{
color: #FB572F;
}
.AnyTagClassName
{
color: #FB572F;
}
</style>
background-color css
<style>
a { background-color: #FB572F; }
a { background-color: rgb(251,87,47); }
div.DivClassName
{
background-color: #FB572F;
}
.BgClassName
{
background-color: #FB572F;
}
</style>
border-color css
<style>
span { border-color: #FB572F; }
span { border-color: rgb(251,87,47); }
td.TdClassName
{
border-color: #FB572F;
}
.TagClassName
{
border-color: #FB572F;
}
</style>