Shades of Outrageous Orange #FF5E34
Tints of Outrageous Orange #FF5E34
RGB
CMYK
RGB Variations
Color information
#FF5E34 (or 0xFF5E34) is known color: Outrageous Orange. HEX triplet: FF, 5E and 34. RGB value is (255,94,52). Sum of RGB (Red+Green+Blue) = 255+94+52=401 (53% of max value = 765). Red value is 255 (100% from 255 or 63.59% from 401); Green value is 94 (37.11% from 255 or 23.44% from 401); Blue value is 52 (20.70% from 255 or 12.97% from 401); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5E34 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5E34 is #00A1CB. Grayscale: #898989. Windows color (decimal): -41420 or 3432191. OLE color: 3432191.
HSL color Cylindrical-coordinate representation of color #FF5E34: hue angle of 12.41º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FF5E34 is Cyan = 0, Magento = 0.63, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 94 | 52 | - |
CMYK | 0 | 0.63 | 0.80 | 0 |
HSL | 12.41º | 1% | 0.6% | - |
HSV(B) | 12.41º | 0.8% | 1% | - |
XYZ | 45.86 | 29.51 | 6.53 | - |
YUV | 137.35 | 79.84 | 211.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 94 | 52 | 0 | 0.63 | 0.80 | 0 | 12.41 | 1 | 0.6 |
Hex | FF | 5E | 34 | 0 | 3F | 50 | 0 | C | 64 | 3C |
Octal | 377 | 136 | 64 | 0 | 77 | 120 | 0 | 14 | 144 | 74 |
Binary | 11111111 | 1011110 | 110100 | 0 | 111111 | 1010000 | 0 | 1100 | 1100100 | 111100 |
Color Harmonies of #FF5E34
Complementary color
Monochromatic Colors of #FF5E34
Black with #FF5E34
Text Example
Text Example
White with #FF5E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5E34; }
p { color: rgb(255,94,52); }
H1.HeaderClassName
{
color: #FF5E34;
}
.AnyTagClassName
{
color: #FF5E34;
}
</style>
background-color css
<style>
a { background-color: #FF5E34; }
a { background-color: rgb(255,94,52); }
div.DivClassName
{
background-color: #FF5E34;
}
.BgClassName
{
background-color: #FF5E34;
}
</style>
border-color css
<style>
span { border-color: #FF5E34; }
span { border-color: rgb(255,94,52); }
td.TdClassName
{
border-color: #FF5E34;
}
.TagClassName
{
border-color: #FF5E34;
}
</style>