Shades of Outrageous Orange #FF5934
Tints of Outrageous Orange #FF5934
RGB
CMYK
RGB Variations
Color information
#FF5934 (or 0xFF5934) is known color: Outrageous Orange. HEX triplet: FF, 59 and 34. RGB value is (255,89,52). Sum of RGB (Red+Green+Blue) = 255+89+52=396 (52% of max value = 765). Red value is 255 (100% from 255 or 64.39% from 396); Green value is 89 (35.16% from 255 or 22.47% from 396); Blue value is 52 (20.70% from 255 or 13.13% from 396); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5934 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5934 is #00A6CB. Grayscale: #868686. Windows color (decimal): -42700 or 3430911. OLE color: 3430911.
HSL color Cylindrical-coordinate representation of color #FF5934: hue angle of 10.94º 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 #FF5934 is Cyan = 0, Magento = 0.65, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 89 | 52 | - |
| CMYK | 0 | 0.65 | 0.80 | 0 |
| HSL | 10.94º | 1% | 0.6% | - |
| HSV(B) | 10.94º | 0.8% | 1% | - |
| XYZ | 45.43 | 28.65 | 6.38 | - |
| YUV | 134.42 | 81.5 | 214.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 89 | 52 | 0 | 0.65 | 0.80 | 0 | 10.94 | 1 | 0.6 |
| Hex | FF | 59 | 34 | 0 | 41 | 50 | 0 | B | 64 | 3C |
| Octal | 377 | 131 | 64 | 0 | 101 | 120 | 0 | 13 | 144 | 74 |
| Binary | 11111111 | 1011001 | 110100 | 0 | 1000001 | 1010000 | 0 | 1011 | 1100100 | 111100 |
Color Harmonies of #FF5934
Complementary color
Monochromatic Colors of #FF5934
Black with #FF5934
Text Example
Text Example
White with #FF5934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5934; }
p { color: rgb(255,89,52); }
H1.HeaderClassName
{
color: #FF5934;
}
.AnyTagClassName
{
color: #FF5934;
}
</style>
background-color css
<style>
a { background-color: #FF5934; }
a { background-color: rgb(255,89,52); }
div.DivClassName
{
background-color: #FF5934;
}
.BgClassName
{
background-color: #FF5934;
}
</style>
border-color css
<style>
span { border-color: #FF5934; }
span { border-color: rgb(255,89,52); }
td.TdClassName
{
border-color: #FF5934;
}
.TagClassName
{
border-color: #FF5934;
}
</style>