Shades of Sunset Orange #FF4D3C
Tints of Sunset Orange #FF4D3C
RGB
CMYK
RGB Variations
Color information
#FF4D3C (or 0xFF4D3C) is known color: Sunset Orange. HEX triplet: FF, 4D and 3C. RGB value is (255,77,60). Sum of RGB (Red+Green+Blue) = 255+77+60=392 (51% of max value = 765). Red value is 255 (100% from 255 or 65.05% from 392); Green value is 77 (30.47% from 255 or 19.64% from 392); Blue value is 60 (23.83% from 255 or 15.31% from 392); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4D3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF4D3C is #00B2C3. Grayscale: #808080. Windows color (decimal): -45764 or 3952127. OLE color: 3952127.
HSL color Cylindrical-coordinate representation of color #FF4D3C: hue angle of 5.23º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FF4D3C is Cyan = 0, Magento = 0.70, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 77 | 60 | - |
| CMYK | 0 | 0.70 | 0.76 | 0 |
| HSL | 5.23º | 1% | 0.62% | - |
| HSV(B) | 5.23º | 0.76% | 1% | - |
| XYZ | 44.71 | 26.89 | 7.11 | - |
| YUV | 128.28 | 89.47 | 218.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 77 | 60 | 0 | 0.70 | 0.76 | 0 | 5.23 | 1 | 0.62 |
| Hex | FF | 4D | 3C | 0 | 46 | 4C | 0 | 5 | 64 | 3E |
| Octal | 377 | 115 | 74 | 0 | 106 | 114 | 0 | 5 | 144 | 76 |
| Binary | 11111111 | 1001101 | 111100 | 0 | 1000110 | 1001100 | 0 | 101 | 1100100 | 111110 |
Color Harmonies of #FF4D3C
Complementary color
Monochromatic Colors of #FF4D3C
Black with #FF4D3C
Text Example
Text Example
White with #FF4D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4D3C; }
p { color: rgb(255,77,60); }
H1.HeaderClassName
{
color: #FF4D3C;
}
.AnyTagClassName
{
color: #FF4D3C;
}
</style>
background-color css
<style>
a { background-color: #FF4D3C; }
a { background-color: rgb(255,77,60); }
div.DivClassName
{
background-color: #FF4D3C;
}
.BgClassName
{
background-color: #FF4D3C;
}
</style>
border-color css
<style>
span { border-color: #FF4D3C; }
span { border-color: rgb(255,77,60); }
td.TdClassName
{
border-color: #FF4D3C;
}
.TagClassName
{
border-color: #FF4D3C;
}
</style>