Shades of Outrageous Orange #FB562B
Tints of Outrageous Orange #FB562B
RGB
CMYK
RGB Variations
Color information
#FB562B (or 0xFB562B) is known color: Outrageous Orange. HEX triplet: FB, 56 and 2B. RGB value is (251,86,43). Sum of RGB (Red+Green+Blue) = 251+86+43=380 (50% of max value = 765). Red value is 251 (98.44% from 255 or 66.05% from 380); Green value is 86 (33.98% from 255 or 22.63% from 380); Blue value is 43 (17.19% from 255 or 11.32% from 380); Max value from RGB is 251 - color contains mainly: red. Hex color #FB562B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB562B is #04A9D4. Grayscale: #828282. Windows color (decimal): -305621 or 2840315. OLE color: 2840315.
HSL color Cylindrical-coordinate representation of color #FB562B: hue angle of 12.4º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FB562B is Cyan = 0, Magento = 0.66, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 86 | 43 | - |
| CMYK | 0 | 0.66 | 0.83 | 0.02 |
| HSL | 12.4º | 0.96% | 0.58% | - |
| HSV(B) | 12.4º | 0.83% | 0.98% | - |
| XYZ | 43.55 | 27.34 | 5.27 | - |
| YUV | 130.43 | 78.66 | 214 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 86 | 43 | 0 | 0.66 | 0.83 | 0.02 | 12.4 | 0.96 | 0.58 |
| Hex | FB | 56 | 2B | 0 | 42 | 53 | 2 | C | 60 | 3A |
| Octal | 373 | 126 | 53 | 0 | 102 | 123 | 2 | 14 | 140 | 72 |
| Binary | 11111011 | 1010110 | 101011 | 0 | 1000010 | 1010011 | 10 | 1100 | 1100000 | 111010 |
Color Harmonies of #FB562B
Complementary color
Monochromatic Colors of #FB562B
Black with #FB562B
Text Example
Text Example
White with #FB562B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB562B; }
p { color: rgb(251,86,43); }
H1.HeaderClassName
{
color: #FB562B;
}
.AnyTagClassName
{
color: #FB562B;
}
</style>
background-color css
<style>
a { background-color: #FB562B; }
a { background-color: rgb(251,86,43); }
div.DivClassName
{
background-color: #FB562B;
}
.BgClassName
{
background-color: #FB562B;
}
</style>
border-color css
<style>
span { border-color: #FB562B; }
span { border-color: rgb(251,86,43); }
td.TdClassName
{
border-color: #FB562B;
}
.TagClassName
{
border-color: #FB562B;
}
</style>