Shades of Outrageous Orange #FB562F
Tints of Outrageous Orange #FB562F
RGB
CMYK
RGB Variations
Color information
#FB562F (or 0xFB562F) is known color: Outrageous Orange. HEX triplet: FB, 56 and 2F. RGB value is (251,86,47). Sum of RGB (Red+Green+Blue) = 251+86+47=384 (50% of max value = 765). Red value is 251 (98.44% from 255 or 65.36% from 384); Green value is 86 (33.98% from 255 or 22.40% from 384); Blue value is 47 (18.75% from 255 or 12.24% from 384); Max value from RGB is 251 - color contains mainly: red. Hex color #FB562F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB562F is #04A9D0. Grayscale: #838383. Windows color (decimal): -305617 or 3102459. OLE color: 3102459.
HSL color Cylindrical-coordinate representation of color #FB562F: hue angle of 11.47º 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 #FB562F is Cyan = 0, Magento = 0.66, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 86 | 47 | - |
| CMYK | 0 | 0.66 | 0.81 | 0.02 |
| HSL | 11.47º | 0.96% | 0.58% | - |
| HSV(B) | 11.47º | 0.81% | 0.98% | - |
| XYZ | 43.62 | 27.37 | 5.67 | - |
| YUV | 130.89 | 80.66 | 213.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 86 | 47 | 0 | 0.66 | 0.81 | 0.02 | 11.47 | 0.96 | 0.58 |
| Hex | FB | 56 | 2F | 0 | 42 | 51 | 2 | B | 60 | 3A |
| Octal | 373 | 126 | 57 | 0 | 102 | 121 | 2 | 13 | 140 | 72 |
| Binary | 11111011 | 1010110 | 101111 | 0 | 1000010 | 1010001 | 10 | 1011 | 1100000 | 111010 |
Color Harmonies of #FB562F
Complementary color
Monochromatic Colors of #FB562F
Black with #FB562F
Text Example
Text Example
White with #FB562F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB562F; }
p { color: rgb(251,86,47); }
H1.HeaderClassName
{
color: #FB562F;
}
.AnyTagClassName
{
color: #FB562F;
}
</style>
background-color css
<style>
a { background-color: #FB562F; }
a { background-color: rgb(251,86,47); }
div.DivClassName
{
background-color: #FB562F;
}
.BgClassName
{
background-color: #FB562F;
}
</style>
border-color css
<style>
span { border-color: #FB562F; }
span { border-color: rgb(251,86,47); }
td.TdClassName
{
border-color: #FB562F;
}
.TagClassName
{
border-color: #FB562F;
}
</style>