Shades of Sunset Orange #FF4F4C
Tints of Sunset Orange #FF4F4C
RGB
CMYK
RGB Variations
Color information
#FF4F4C (or 0xFF4F4C) is known color: Sunset Orange. HEX triplet: FF, 4F and 4C. RGB value is (255,79,76). Sum of RGB (Red+Green+Blue) = 255+79+76=410 (54% of max value = 765). Red value is 255 (100% from 255 or 62.20% from 410); Green value is 79 (31.25% from 255 or 19.27% from 410); Blue value is 76 (30.08% from 255 or 18.54% from 410); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4F4C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF4F4C is #00B0B3. Grayscale: #838383. Windows color (decimal): -45236 or 5001215. OLE color: 5001215.
HSL color Cylindrical-coordinate representation of color #FF4F4C: hue angle of 1.01º 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 #FF4F4C is Cyan = 0, Magento = 0.69, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 79 | 76 | - |
| CMYK | 0 | 0.69 | 0.70 | 0 |
| HSL | 1.01º | 1% | 0.65% | - |
| HSV(B) | 1.01º | 0.7% | 1% | - |
| XYZ | 45.34 | 27.37 | 9.73 | - |
| YUV | 131.28 | 96.81 | 216.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 79 | 76 | 0 | 0.69 | 0.70 | 0 | 1.01 | 1 | 0.65 |
| Hex | FF | 4F | 4C | 0 | 45 | 46 | 0 | 1 | 64 | 41 |
| Octal | 377 | 117 | 114 | 0 | 105 | 106 | 0 | 1 | 144 | 101 |
| Binary | 11111111 | 1001111 | 1001100 | 0 | 1000101 | 1000110 | 0 | 1 | 1100100 | 1000001 |
Color Harmonies of #FF4F4C
Complementary color
Monochromatic Colors of #FF4F4C
Black with #FF4F4C
Text Example
Text Example
White with #FF4F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4F4C; }
p { color: rgb(255,79,76); }
H1.HeaderClassName
{
color: #FF4F4C;
}
.AnyTagClassName
{
color: #FF4F4C;
}
</style>
background-color css
<style>
a { background-color: #FF4F4C; }
a { background-color: rgb(255,79,76); }
div.DivClassName
{
background-color: #FF4F4C;
}
.BgClassName
{
background-color: #FF4F4C;
}
</style>
border-color css
<style>
span { border-color: #FF4F4C; }
span { border-color: rgb(255,79,76); }
td.TdClassName
{
border-color: #FF4F4C;
}
.TagClassName
{
border-color: #FF4F4C;
}
</style>