Shades of Outrageous Orange #FF542B
Tints of Outrageous Orange #FF542B
RGB
CMYK
RGB Variations
Color information
#FF542B (or 0xFF542B) is known color: Outrageous Orange. HEX triplet: FF, 54 and 2B. RGB value is (255,84,43). Sum of RGB (Red+Green+Blue) = 255+84+43=382 (50% of max value = 765). Red value is 255 (100% from 255 or 66.75% from 382); Green value is 84 (33.20% from 255 or 21.99% from 382); Blue value is 43 (17.19% from 255 or 11.26% from 382); Max value from RGB is 255 - color contains mainly: red. Hex color #FF542B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF542B is #00ABD4. Grayscale: #828282. Windows color (decimal): -43989 or 2839807. OLE color: 2839807.
HSL color Cylindrical-coordinate representation of color #FF542B: hue angle of 11.6º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FF542B is Cyan = 0, Magento = 0.67, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 84 | 43 | - |
| CMYK | 0 | 0.67 | 0.83 | 0 |
| HSL | 11.6º | 1% | 0.58% | - |
| HSV(B) | 11.6º | 0.83% | 1% | - |
| XYZ | 44.85 | 27.78 | 5.28 | - |
| YUV | 130.46 | 78.65 | 216.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 84 | 43 | 0 | 0.67 | 0.83 | 0 | 11.6 | 1 | 0.58 |
| Hex | FF | 54 | 2B | 0 | 43 | 53 | 0 | C | 64 | 3A |
| Octal | 377 | 124 | 53 | 0 | 103 | 123 | 0 | 14 | 144 | 72 |
| Binary | 11111111 | 1010100 | 101011 | 0 | 1000011 | 1010011 | 0 | 1100 | 1100100 | 111010 |
Color Harmonies of #FF542B
Complementary color
Monochromatic Colors of #FF542B
Black with #FF542B
Text Example
Text Example
White with #FF542B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF542B; }
p { color: rgb(255,84,43); }
H1.HeaderClassName
{
color: #FF542B;
}
.AnyTagClassName
{
color: #FF542B;
}
</style>
background-color css
<style>
a { background-color: #FF542B; }
a { background-color: rgb(255,84,43); }
div.DivClassName
{
background-color: #FF542B;
}
.BgClassName
{
background-color: #FF542B;
}
</style>
border-color css
<style>
span { border-color: #FF542B; }
span { border-color: rgb(255,84,43); }
td.TdClassName
{
border-color: #FF542B;
}
.TagClassName
{
border-color: #FF542B;
}
</style>