Shades of Sunset Orange #FF5034
Tints of Sunset Orange #FF5034
RGB
CMYK
RGB Variations
Color information
#FF5034 (or 0xFF5034) is known color: Sunset Orange. HEX triplet: FF, 50 and 34. RGB value is (255,80,52). Sum of RGB (Red+Green+Blue) = 255+80+52=387 (51% of max value = 765). Red value is 255 (100% from 255 or 65.89% from 387); Green value is 80 (31.64% from 255 or 20.67% from 387); Blue value is 52 (20.70% from 255 or 13.44% from 387); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5034 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5034 is #00AFCB. Grayscale: #818181. Windows color (decimal): -45004 or 3428607. OLE color: 3428607.
HSL color Cylindrical-coordinate representation of color #FF5034: hue angle of 8.28º 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 #FF5034 is Cyan = 0, Magento = 0.69, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 80 | 52 | - |
| CMYK | 0 | 0.69 | 0.80 | 0 |
| HSL | 8.28º | 1% | 0.6% | - |
| HSV(B) | 8.28º | 0.8% | 1% | - |
| XYZ | 44.73 | 27.25 | 6.15 | - |
| YUV | 129.13 | 84.48 | 217.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 80 | 52 | 0 | 0.69 | 0.80 | 0 | 8.28 | 1 | 0.6 |
| Hex | FF | 50 | 34 | 0 | 45 | 50 | 0 | 8 | 64 | 3C |
| Octal | 377 | 120 | 64 | 0 | 105 | 120 | 0 | 10 | 144 | 74 |
| Binary | 11111111 | 1010000 | 110100 | 0 | 1000101 | 1010000 | 0 | 1000 | 1100100 | 111100 |
Color Harmonies of #FF5034
Complementary color
Monochromatic Colors of #FF5034
Black with #FF5034
Text Example
Text Example
White with #FF5034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5034; }
p { color: rgb(255,80,52); }
H1.HeaderClassName
{
color: #FF5034;
}
.AnyTagClassName
{
color: #FF5034;
}
</style>
background-color css
<style>
a { background-color: #FF5034; }
a { background-color: rgb(255,80,52); }
div.DivClassName
{
background-color: #FF5034;
}
.BgClassName
{
background-color: #FF5034;
}
</style>
border-color css
<style>
span { border-color: #FF5034; }
span { border-color: rgb(255,80,52); }
td.TdClassName
{
border-color: #FF5034;
}
.TagClassName
{
border-color: #FF5034;
}
</style>