Shades of Sunset Orange #FF4A3C
Tints of Sunset Orange #FF4A3C
RGB
CMYK
RGB Variations
Color information
#FF4A3C (or 0xFF4A3C) is known color: Sunset Orange. HEX triplet: FF, 4A and 3C. RGB value is (255,74,60). Sum of RGB (Red+Green+Blue) = 255+74+60=389 (51% of max value = 765). Red value is 255 (100% from 255 or 65.55% from 389); Green value is 74 (29.30% from 255 or 19.02% from 389); Blue value is 60 (23.83% from 255 or 15.42% from 389); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4A3C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF4A3C is #00B5C3. Grayscale: #7E7E7E. Windows color (decimal): -46532 or 3951359. OLE color: 3951359.
HSL color Cylindrical-coordinate representation of color #FF4A3C: hue angle of 4.31º 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 #FF4A3C is Cyan = 0, Magento = 0.71, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 74 | 60 | - |
| CMYK | 0 | 0.71 | 0.76 | 0 |
| HSL | 4.31º | 1% | 0.62% | - |
| HSV(B) | 4.31º | 0.76% | 1% | - |
| XYZ | 44.5 | 26.48 | 7.04 | - |
| YUV | 126.52 | 90.47 | 219.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 74 | 60 | 0 | 0.71 | 0.76 | 0 | 4.31 | 1 | 0.62 |
| Hex | FF | 4A | 3C | 0 | 47 | 4C | 0 | 4 | 64 | 3E |
| Octal | 377 | 112 | 74 | 0 | 107 | 114 | 0 | 4 | 144 | 76 |
| Binary | 11111111 | 1001010 | 111100 | 0 | 1000111 | 1001100 | 0 | 100 | 1100100 | 111110 |
Color Harmonies of #FF4A3C
Complementary color
Monochromatic Colors of #FF4A3C
Black with #FF4A3C
Text Example
Text Example
White with #FF4A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4A3C; }
p { color: rgb(255,74,60); }
H1.HeaderClassName
{
color: #FF4A3C;
}
.AnyTagClassName
{
color: #FF4A3C;
}
</style>
background-color css
<style>
a { background-color: #FF4A3C; }
a { background-color: rgb(255,74,60); }
div.DivClassName
{
background-color: #FF4A3C;
}
.BgClassName
{
background-color: #FF4A3C;
}
</style>
border-color css
<style>
span { border-color: #FF4A3C; }
span { border-color: rgb(255,74,60); }
td.TdClassName
{
border-color: #FF4A3C;
}
.TagClassName
{
border-color: #FF4A3C;
}
</style>