Shades of Outrageous Orange #FF5323
Tints of Outrageous Orange #FF5323
RGB
CMYK
RGB Variations
Color information
#FF5323 (or 0xFF5323) is known color: Outrageous Orange. HEX triplet: FF, 53 and 23. RGB value is (255,83,35). Sum of RGB (Red+Green+Blue) = 255+83+35=373 (49% of max value = 765). Red value is 255 (100% from 255 or 68.36% from 373); Green value is 83 (32.81% from 255 or 22.25% from 373); Blue value is 35 (14.06% from 255 or 9.38% from 373); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5323 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5323 is #00ACDC. Grayscale: #818181. Windows color (decimal): -44253 or 2315263. OLE color: 2315263.
HSL color Cylindrical-coordinate representation of color #FF5323: hue angle of 13.09º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FF5323 is Cyan = 0, Magento = 0.67, Yellow = 0.86 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 83 | 35 | - |
| CMYK | 0 | 0.67 | 0.86 | 0 |
| HSL | 13.09º | 1% | 0.57% | - |
| HSV(B) | 13.09º | 0.86% | 1% | - |
| XYZ | 44.64 | 27.57 | 4.56 | - |
| YUV | 128.96 | 74.98 | 217.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 83 | 35 | 0 | 0.67 | 0.86 | 0 | 13.09 | 1 | 0.57 |
| Hex | FF | 53 | 23 | 0 | 43 | 56 | 0 | D | 64 | 39 |
| Octal | 377 | 123 | 43 | 0 | 103 | 126 | 0 | 15 | 144 | 71 |
| Binary | 11111111 | 1010011 | 100011 | 0 | 1000011 | 1010110 | 0 | 1101 | 1100100 | 111001 |
Color Harmonies of #FF5323
Complementary color
Monochromatic Colors of #FF5323
Black with #FF5323
Text Example
Text Example
White with #FF5323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5323; }
p { color: rgb(255,83,35); }
H1.HeaderClassName
{
color: #FF5323;
}
.AnyTagClassName
{
color: #FF5323;
}
</style>
background-color css
<style>
a { background-color: #FF5323; }
a { background-color: rgb(255,83,35); }
div.DivClassName
{
background-color: #FF5323;
}
.BgClassName
{
background-color: #FF5323;
}
</style>
border-color css
<style>
span { border-color: #FF5323; }
span { border-color: rgb(255,83,35); }
td.TdClassName
{
border-color: #FF5323;
}
.TagClassName
{
border-color: #FF5323;
}
</style>