Shades of Sunset Orange #FF4F4D
Tints of Sunset Orange #FF4F4D
RGB
CMYK
RGB Variations
Color information
#FF4F4D (or 0xFF4F4D) is known color: Sunset Orange. HEX triplet: FF, 4F and 4D. RGB value is (255,79,77). Sum of RGB (Red+Green+Blue) = 255+79+77=411 (54% of max value = 765). Red value is 255 (100% from 255 or 62.04% from 411); Green value is 79 (31.25% from 255 or 19.22% from 411); Blue value is 77 (30.47% from 255 or 18.73% from 411); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4F4D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF4F4D is #00B0B2. Grayscale: #838383. Windows color (decimal): -45235 or 5066751. OLE color: 5066751.
HSL color Cylindrical-coordinate representation of color #FF4F4D: hue angle of 0.67º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FF4F4D is Cyan = 0, Magento = 0.69, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 79 | 77 | - |
| CMYK | 0 | 0.69 | 0.70 | 0 |
| HSL | 0.67º | 1% | 0.65% | - |
| HSV(B) | 0.67º | 0.7% | 1% | - |
| XYZ | 45.38 | 27.39 | 9.92 | - |
| YUV | 131.4 | 97.31 | 216.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 79 | 77 | 0 | 0.69 | 0.70 | 0 | 0.67 | 1 | 0.65 |
| Hex | FF | 4F | 4D | 0 | 45 | 46 | 0 | 1 | 64 | 41 |
| Octal | 377 | 117 | 115 | 0 | 105 | 106 | 0 | 1 | 144 | 101 |
| Binary | 11111111 | 1001111 | 1001101 | 0 | 1000101 | 1000110 | 0 | 1 | 1100100 | 1000001 |
Color Harmonies of #FF4F4D
Complementary color
Monochromatic Colors of #FF4F4D
Black with #FF4F4D
Text Example
Text Example
White with #FF4F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4F4D; }
p { color: rgb(255,79,77); }
H1.HeaderClassName
{
color: #FF4F4D;
}
.AnyTagClassName
{
color: #FF4F4D;
}
</style>
background-color css
<style>
a { background-color: #FF4F4D; }
a { background-color: rgb(255,79,77); }
div.DivClassName
{
background-color: #FF4F4D;
}
.BgClassName
{
background-color: #FF4F4D;
}
</style>
border-color css
<style>
span { border-color: #FF4F4D; }
span { border-color: rgb(255,79,77); }
td.TdClassName
{
border-color: #FF4F4D;
}
.TagClassName
{
border-color: #FF4F4D;
}
</style>