Shades of Sunset Orange #FF4C34
Tints of Sunset Orange #FF4C34
RGB
CMYK
RGB Variations
Color information
#FF4C34 (or 0xFF4C34) is known color: Sunset Orange. HEX triplet: FF, 4C and 34. RGB value is (255,76,52). Sum of RGB (Red+Green+Blue) = 255+76+52=383 (50% of max value = 765). Red value is 255 (100% from 255 or 66.58% from 383); Green value is 76 (30.08% from 255 or 19.84% from 383); Blue value is 52 (20.70% from 255 or 13.58% from 383); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4C34 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF4C34 is #00B3CB. Grayscale: #7F7F7F. Windows color (decimal): -46028 or 3427583. OLE color: 3427583.
HSL color Cylindrical-coordinate representation of color #FF4C34: hue angle of 7.09º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FF4C34 is Cyan = 0, Magento = 0.70, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 76 | 52 | - |
| CMYK | 0 | 0.70 | 0.80 | 0 |
| HSL | 7.09º | 1% | 0.6% | - |
| HSV(B) | 7.09º | 0.8% | 1% | - |
| XYZ | 44.44 | 26.68 | 6.06 | - |
| YUV | 126.79 | 85.8 | 219.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 76 | 52 | 0 | 0.70 | 0.80 | 0 | 7.09 | 1 | 0.6 |
| Hex | FF | 4C | 34 | 0 | 46 | 50 | 0 | 7 | 64 | 3C |
| Octal | 377 | 114 | 64 | 0 | 106 | 120 | 0 | 7 | 144 | 74 |
| Binary | 11111111 | 1001100 | 110100 | 0 | 1000110 | 1010000 | 0 | 111 | 1100100 | 111100 |
Color Harmonies of #FF4C34
Complementary color
Monochromatic Colors of #FF4C34
Black with #FF4C34
Text Example
Text Example
White with #FF4C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4C34; }
p { color: rgb(255,76,52); }
H1.HeaderClassName
{
color: #FF4C34;
}
.AnyTagClassName
{
color: #FF4C34;
}
</style>
background-color css
<style>
a { background-color: #FF4C34; }
a { background-color: rgb(255,76,52); }
div.DivClassName
{
background-color: #FF4C34;
}
.BgClassName
{
background-color: #FF4C34;
}
</style>
border-color css
<style>
span { border-color: #FF4C34; }
span { border-color: rgb(255,76,52); }
td.TdClassName
{
border-color: #FF4C34;
}
.TagClassName
{
border-color: #FF4C34;
}
</style>