Shades of Outrageous Orange #FB542C
Tints of Outrageous Orange #FB542C
RGB
CMYK
RGB Variations
Color information
#FB542C (or 0xFB542C) is known color: Outrageous Orange. HEX triplet: FB, 54 and 2C. RGB value is (251,84,44). Sum of RGB (Red+Green+Blue) = 251+84+44=379 (50% of max value = 765). Red value is 251 (98.44% from 255 or 66.23% from 379); Green value is 84 (33.20% from 255 or 22.16% from 379); Blue value is 44 (17.58% from 255 or 11.61% from 379); Max value from RGB is 251 - color contains mainly: red. Hex color #FB542C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB542C is #04ABD3. Grayscale: #818181. Windows color (decimal): -306132 or 2905339. OLE color: 2905339.
HSL color Cylindrical-coordinate representation of color #FB542C: hue angle of 11.59º degrees, saturation: 0.96, 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 #FB542C is Cyan = 0, Magento = 0.67, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 84 | 44 | - |
| CMYK | 0 | 0.67 | 0.82 | 0.02 |
| HSL | 11.59º | 0.96% | 0.58% | - |
| HSV(B) | 11.59º | 0.82% | 0.98% | - |
| XYZ | 43.41 | 27.03 | 5.31 | - |
| YUV | 129.37 | 79.83 | 214.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 84 | 44 | 0 | 0.67 | 0.82 | 0.02 | 11.59 | 0.96 | 0.58 |
| Hex | FB | 54 | 2C | 0 | 43 | 52 | 2 | C | 60 | 3A |
| Octal | 373 | 124 | 54 | 0 | 103 | 122 | 2 | 14 | 140 | 72 |
| Binary | 11111011 | 1010100 | 101100 | 0 | 1000011 | 1010010 | 10 | 1100 | 1100000 | 111010 |
Color Harmonies of #FB542C
Complementary color
Monochromatic Colors of #FB542C
Black with #FB542C
Text Example
Text Example
White with #FB542C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB542C; }
p { color: rgb(251,84,44); }
H1.HeaderClassName
{
color: #FB542C;
}
.AnyTagClassName
{
color: #FB542C;
}
</style>
background-color css
<style>
a { background-color: #FB542C; }
a { background-color: rgb(251,84,44); }
div.DivClassName
{
background-color: #FB542C;
}
.BgClassName
{
background-color: #FB542C;
}
</style>
border-color css
<style>
span { border-color: #FB542C; }
span { border-color: rgb(251,84,44); }
td.TdClassName
{
border-color: #FB542C;
}
.TagClassName
{
border-color: #FB542C;
}
</style>