Shades of Outrageous Orange #FF532C
Tints of Outrageous Orange #FF532C
RGB
CMYK
RGB Variations
Color information
#FF532C (or 0xFF532C) is known color: Outrageous Orange. HEX triplet: FF, 53 and 2C. RGB value is (255,83,44). Sum of RGB (Red+Green+Blue) = 255+83+44=382 (50% of max value = 765). Red value is 255 (100% from 255 or 66.75% from 382); Green value is 83 (32.81% from 255 or 21.73% from 382); Blue value is 44 (17.58% from 255 or 11.52% from 382); Max value from RGB is 255 - color contains mainly: red. Hex color #FF532C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF532C is #00ACD3. Grayscale: #828282. Windows color (decimal): -44244 or 2905087. OLE color: 2905087.
HSL color Cylindrical-coordinate representation of color #FF532C: hue angle of 11.09º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FF532C is Cyan = 0, Magento = 0.67, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 83 | 44 | - |
| CMYK | 0 | 0.67 | 0.83 | 0 |
| HSL | 11.09º | 1% | 0.59% | - |
| HSV(B) | 11.09º | 0.83% | 1% | - |
| XYZ | 44.79 | 27.63 | 5.36 | - |
| YUV | 129.98 | 79.48 | 217.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 83 | 44 | 0 | 0.67 | 0.83 | 0 | 11.09 | 1 | 0.59 |
| Hex | FF | 53 | 2C | 0 | 43 | 53 | 0 | B | 64 | 3B |
| Octal | 377 | 123 | 54 | 0 | 103 | 123 | 0 | 13 | 144 | 73 |
| Binary | 11111111 | 1010011 | 101100 | 0 | 1000011 | 1010011 | 0 | 1011 | 1100100 | 111011 |
Color Harmonies of #FF532C
Complementary color
Monochromatic Colors of #FF532C
Black with #FF532C
Text Example
Text Example
White with #FF532C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF532C; }
p { color: rgb(255,83,44); }
H1.HeaderClassName
{
color: #FF532C;
}
.AnyTagClassName
{
color: #FF532C;
}
</style>
background-color css
<style>
a { background-color: #FF532C; }
a { background-color: rgb(255,83,44); }
div.DivClassName
{
background-color: #FF532C;
}
.BgClassName
{
background-color: #FF532C;
}
</style>
border-color css
<style>
span { border-color: #FF532C; }
span { border-color: rgb(255,83,44); }
td.TdClassName
{
border-color: #FF532C;
}
.TagClassName
{
border-color: #FF532C;
}
</style>