Shades of Outrageous Orange #FF532D
Tints of Outrageous Orange #FF532D
RGB
CMYK
RGB Variations
Color information
#FF532D (or 0xFF532D) is known color: Outrageous Orange. HEX triplet: FF, 53 and 2D. RGB value is (255,83,45). Sum of RGB (Red+Green+Blue) = 255+83+45=383 (50% of max value = 765). Red value is 255 (100% from 255 or 66.58% from 383); Green value is 83 (32.81% from 255 or 21.67% from 383); Blue value is 45 (17.97% from 255 or 11.75% from 383); Max value from RGB is 255 - color contains mainly: red. Hex color #FF532D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF532D is #00ACD2. Grayscale: #828282. Windows color (decimal): -44243 or 2970623. OLE color: 2970623.
HSL color Cylindrical-coordinate representation of color #FF532D: hue angle of 10.86º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FF532D is Cyan = 0, Magento = 0.67, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 83 | 45 | - |
| CMYK | 0 | 0.67 | 0.82 | 0 |
| HSL | 10.86º | 1% | 0.59% | - |
| HSV(B) | 10.86º | 0.82% | 1% | - |
| XYZ | 44.81 | 27.64 | 5.46 | - |
| YUV | 130.1 | 79.98 | 217.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 83 | 45 | 0 | 0.67 | 0.82 | 0 | 10.86 | 1 | 0.59 |
| Hex | FF | 53 | 2D | 0 | 43 | 52 | 0 | B | 64 | 3B |
| Octal | 377 | 123 | 55 | 0 | 103 | 122 | 0 | 13 | 144 | 73 |
| Binary | 11111111 | 1010011 | 101101 | 0 | 1000011 | 1010010 | 0 | 1011 | 1100100 | 111011 |
Color Harmonies of #FF532D
Complementary color
Monochromatic Colors of #FF532D
Black with #FF532D
Text Example
Text Example
White with #FF532D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF532D; }
p { color: rgb(255,83,45); }
H1.HeaderClassName
{
color: #FF532D;
}
.AnyTagClassName
{
color: #FF532D;
}
</style>
background-color css
<style>
a { background-color: #FF532D; }
a { background-color: rgb(255,83,45); }
div.DivClassName
{
background-color: #FF532D;
}
.BgClassName
{
background-color: #FF532D;
}
</style>
border-color css
<style>
span { border-color: #FF532D; }
span { border-color: rgb(255,83,45); }
td.TdClassName
{
border-color: #FF532D;
}
.TagClassName
{
border-color: #FF532D;
}
</style>