Shades of Outrageous Orange #FF5434
Tints of Outrageous Orange #FF5434
RGB
CMYK
RGB Variations
Color information
#FF5434 (or 0xFF5434) is known color: Outrageous Orange. HEX triplet: FF, 54 and 34. RGB value is (255,84,52). Sum of RGB (Red+Green+Blue) = 255+84+52=391 (51% of max value = 765). Red value is 255 (100% from 255 or 65.22% from 391); Green value is 84 (33.20% from 255 or 21.48% from 391); Blue value is 52 (20.70% from 255 or 13.30% from 391); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5434 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5434 is #00ABCB. Grayscale: #838383. Windows color (decimal): -43980 or 3429631. OLE color: 3429631.
HSL color Cylindrical-coordinate representation of color #FF5434: hue angle of 9.46º 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 #FF5434 is Cyan = 0, Magento = 0.67, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 84 | 52 | - |
| CMYK | 0 | 0.67 | 0.80 | 0 |
| HSL | 9.46º | 1% | 0.6% | - |
| HSV(B) | 9.46º | 0.8% | 1% | - |
| XYZ | 45.03 | 27.85 | 6.25 | - |
| YUV | 131.48 | 83.15 | 216.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 84 | 52 | 0 | 0.67 | 0.80 | 0 | 9.46 | 1 | 0.6 |
| Hex | FF | 54 | 34 | 0 | 43 | 50 | 0 | 9 | 64 | 3C |
| Octal | 377 | 124 | 64 | 0 | 103 | 120 | 0 | 11 | 144 | 74 |
| Binary | 11111111 | 1010100 | 110100 | 0 | 1000011 | 1010000 | 0 | 1001 | 1100100 | 111100 |
Color Harmonies of #FF5434
Complementary color
Monochromatic Colors of #FF5434
Black with #FF5434
Text Example
Text Example
White with #FF5434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5434; }
p { color: rgb(255,84,52); }
H1.HeaderClassName
{
color: #FF5434;
}
.AnyTagClassName
{
color: #FF5434;
}
</style>
background-color css
<style>
a { background-color: #FF5434; }
a { background-color: rgb(255,84,52); }
div.DivClassName
{
background-color: #FF5434;
}
.BgClassName
{
background-color: #FF5434;
}
</style>
border-color css
<style>
span { border-color: #FF5434; }
span { border-color: rgb(255,84,52); }
td.TdClassName
{
border-color: #FF5434;
}
.TagClassName
{
border-color: #FF5434;
}
</style>