Shades of Sunset Orange #FF504A
Tints of Sunset Orange #FF504A
RGB
CMYK
RGB Variations
Color information
#FF504A (or 0xFF504A) is known color: Sunset Orange. HEX triplet: FF, 50 and 4A. RGB value is (255,80,74). Sum of RGB (Red+Green+Blue) = 255+80+74=409 (54% of max value = 765). Red value is 255 (100% from 255 or 62.35% from 409); Green value is 80 (31.64% from 255 or 19.56% from 409); Blue value is 74 (29.30% from 255 or 18.09% from 409); Max value from RGB is 255 - color contains mainly: red. Hex color #FF504A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF504A is #00AFB5. Grayscale: #838383. Windows color (decimal): -44982 or 4870399. OLE color: 4870399.
HSL color Cylindrical-coordinate representation of color #FF504A: hue angle of 1.99º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FF504A is Cyan = 0, Magento = 0.69, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 80 | 74 | - |
| CMYK | 0 | 0.69 | 0.71 | 0 |
| HSL | 1.99º | 1% | 0.65% | - |
| HSV(B) | 1.99º | 0.71% | 1% | - |
| XYZ | 45.34 | 27.49 | 9.4 | - |
| YUV | 131.64 | 95.48 | 215.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 80 | 74 | 0 | 0.69 | 0.71 | 0 | 1.99 | 1 | 0.65 |
| Hex | FF | 50 | 4A | 0 | 45 | 47 | 0 | 2 | 64 | 41 |
| Octal | 377 | 120 | 112 | 0 | 105 | 107 | 0 | 2 | 144 | 101 |
| Binary | 11111111 | 1010000 | 1001010 | 0 | 1000101 | 1000111 | 0 | 10 | 1100100 | 1000001 |
Color Harmonies of #FF504A
Complementary color
Monochromatic Colors of #FF504A
Black with #FF504A
Text Example
Text Example
White with #FF504A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF504A; }
p { color: rgb(255,80,74); }
H1.HeaderClassName
{
color: #FF504A;
}
.AnyTagClassName
{
color: #FF504A;
}
</style>
background-color css
<style>
a { background-color: #FF504A; }
a { background-color: rgb(255,80,74); }
div.DivClassName
{
background-color: #FF504A;
}
.BgClassName
{
background-color: #FF504A;
}
</style>
border-color css
<style>
span { border-color: #FF504A; }
span { border-color: rgb(255,80,74); }
td.TdClassName
{
border-color: #FF504A;
}
.TagClassName
{
border-color: #FF504A;
}
</style>