Shades of Sunset Orange #FF4A44
Tints of Sunset Orange #FF4A44
RGB
CMYK
RGB Variations
Color information
#FF4A44 (or 0xFF4A44) is known color: Sunset Orange. HEX triplet: FF, 4A and 44. RGB value is (255,74,68). Sum of RGB (Red+Green+Blue) = 255+74+68=397 (52% of max value = 765). Red value is 255 (100% from 255 or 64.23% from 397); Green value is 74 (29.30% from 255 or 18.64% from 397); Blue value is 68 (26.95% from 255 or 17.13% from 397); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4A44 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF4A44 is #00B5BB. Grayscale: #7F7F7F. Windows color (decimal): -46524 or 4475647. OLE color: 4475647.
HSL color Cylindrical-coordinate representation of color #FF4A44: hue angle of 1.93º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FF4A44 is Cyan = 0, Magento = 0.71, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 74 | 68 | - |
| CMYK | 0 | 0.71 | 0.73 | 0 |
| HSL | 1.93º | 1% | 0.63% | - |
| HSV(B) | 1.93º | 0.73% | 1% | - |
| XYZ | 44.73 | 26.57 | 8.24 | - |
| YUV | 127.44 | 94.47 | 218.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 74 | 68 | 0 | 0.71 | 0.73 | 0 | 1.93 | 1 | 0.63 |
| Hex | FF | 4A | 44 | 0 | 47 | 49 | 0 | 2 | 64 | 3F |
| Octal | 377 | 112 | 104 | 0 | 107 | 111 | 0 | 2 | 144 | 77 |
| Binary | 11111111 | 1001010 | 1000100 | 0 | 1000111 | 1001001 | 0 | 10 | 1100100 | 111111 |
Color Harmonies of #FF4A44
Complementary color
Monochromatic Colors of #FF4A44
Black with #FF4A44
Text Example
Text Example
White with #FF4A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4A44; }
p { color: rgb(255,74,68); }
H1.HeaderClassName
{
color: #FF4A44;
}
.AnyTagClassName
{
color: #FF4A44;
}
</style>
background-color css
<style>
a { background-color: #FF4A44; }
a { background-color: rgb(255,74,68); }
div.DivClassName
{
background-color: #FF4A44;
}
.BgClassName
{
background-color: #FF4A44;
}
</style>
border-color css
<style>
span { border-color: #FF4A44; }
span { border-color: rgb(255,74,68); }
td.TdClassName
{
border-color: #FF4A44;
}
.TagClassName
{
border-color: #FF4A44;
}
</style>