Shades of Outrageous Orange #FF5320
Tints of Outrageous Orange #FF5320
RGB
CMYK
RGB Variations
Color information
#FF5320 (or 0xFF5320) is known color: Outrageous Orange. HEX triplet: FF, 53 and 20. RGB value is (255,83,32). Sum of RGB (Red+Green+Blue) = 255+83+32=370 (49% of max value = 765). Red value is 255 (100% from 255 or 68.92% from 370); Green value is 83 (32.81% from 255 or 22.43% from 370); Blue value is 32 (12.89% from 255 or 8.65% from 370); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5320 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5320 is #00ACDF. Grayscale: #808080. Windows color (decimal): -44256 or 2118655. OLE color: 2118655.
HSL color Cylindrical-coordinate representation of color #FF5320: hue angle of 13.72º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FF5320 is Cyan = 0, Magento = 0.67, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 83 | 32 | - |
| CMYK | 0 | 0.67 | 0.87 | 0 |
| HSL | 13.72º | 1% | 0.56% | - |
| HSV(B) | 13.72º | 0.87% | 1% | - |
| XYZ | 44.59 | 27.55 | 4.33 | - |
| YUV | 128.61 | 73.48 | 218.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 83 | 32 | 0 | 0.67 | 0.87 | 0 | 13.72 | 1 | 0.56 |
| Hex | FF | 53 | 20 | 0 | 43 | 57 | 0 | E | 64 | 38 |
| Octal | 377 | 123 | 40 | 0 | 103 | 127 | 0 | 16 | 144 | 70 |
| Binary | 11111111 | 1010011 | 100000 | 0 | 1000011 | 1010111 | 0 | 1110 | 1100100 | 111000 |
Color Harmonies of #FF5320
Complementary color
Monochromatic Colors of #FF5320
Black with #FF5320
Text Example
Text Example
White with #FF5320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5320; }
p { color: rgb(255,83,32); }
H1.HeaderClassName
{
color: #FF5320;
}
.AnyTagClassName
{
color: #FF5320;
}
</style>
background-color css
<style>
a { background-color: #FF5320; }
a { background-color: rgb(255,83,32); }
div.DivClassName
{
background-color: #FF5320;
}
.BgClassName
{
background-color: #FF5320;
}
</style>
border-color css
<style>
span { border-color: #FF5320; }
span { border-color: rgb(255,83,32); }
td.TdClassName
{
border-color: #FF5320;
}
.TagClassName
{
border-color: #FF5320;
}
</style>