Shades of Outrageous Orange #FF531D
Tints of Outrageous Orange #FF531D
RGB
CMYK
RGB Variations
Color information
#FF531D (or 0xFF531D) is known color: Outrageous Orange. HEX triplet: FF, 53 and 1D. RGB value is (255,83,29). Sum of RGB (Red+Green+Blue) = 255+83+29=367 (48% of max value = 765). Red value is 255 (100% from 255 or 69.48% from 367); Green value is 83 (32.81% from 255 or 22.62% from 367); Blue value is 29 (11.72% from 255 or 7.90% from 367); Max value from RGB is 255 - color contains mainly: red. Hex color #FF531D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF531D is #00ACE2. Grayscale: #808080. Windows color (decimal): -44259 or 1922047. OLE color: 1922047.
HSL color Cylindrical-coordinate representation of color #FF531D: hue angle of 14.34º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF531D is Cyan = 0, Magento = 0.67, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 83 | 29 | - |
| CMYK | 0 | 0.67 | 0.89 | 0 |
| HSL | 14.34º | 1% | 0.56% | - |
| HSV(B) | 14.34º | 0.89% | 1% | - |
| XYZ | 44.56 | 27.54 | 4.13 | - |
| YUV | 128.27 | 71.98 | 218.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 83 | 29 | 0 | 0.67 | 0.89 | 0 | 14.34 | 1 | 0.56 |
| Hex | FF | 53 | 1D | 0 | 43 | 59 | 0 | E | 64 | 38 |
| Octal | 377 | 123 | 35 | 0 | 103 | 131 | 0 | 16 | 144 | 70 |
| Binary | 11111111 | 1010011 | 11101 | 0 | 1000011 | 1011001 | 0 | 1110 | 1100100 | 111000 |
Color Harmonies of #FF531D
Complementary color
Monochromatic Colors of #FF531D
Black with #FF531D
Text Example
Text Example
White with #FF531D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF531D; }
p { color: rgb(255,83,29); }
H1.HeaderClassName
{
color: #FF531D;
}
.AnyTagClassName
{
color: #FF531D;
}
</style>
background-color css
<style>
a { background-color: #FF531D; }
a { background-color: rgb(255,83,29); }
div.DivClassName
{
background-color: #FF531D;
}
.BgClassName
{
background-color: #FF531D;
}
</style>
border-color css
<style>
span { border-color: #FF531D; }
span { border-color: rgb(255,83,29); }
td.TdClassName
{
border-color: #FF531D;
}
.TagClassName
{
border-color: #FF531D;
}
</style>