Shades of Sunset Orange #F4483C
Tints of Sunset Orange #F4483C
RGB
CMYK
RGB Variations
Color information
#F4483C (or 0xF4483C) is known color: Sunset Orange. HEX triplet: F4, 48 and 3C. RGB value is (244,72,60). Sum of RGB (Red+Green+Blue) = 244+72+60=376 (49% of max value = 765). Red value is 244 (95.70% from 255 or 64.89% from 376); Green value is 72 (28.52% from 255 or 19.15% from 376); Blue value is 60 (23.83% from 255 or 15.96% from 376); Max value from RGB is 244 - color contains mainly: red. Hex color #F4483C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F4483C is #0BB7C3. Grayscale: #7A7A7A. Windows color (decimal): -767940 or 3950836. OLE color: 3950836.
HSL color Cylindrical-coordinate representation of color #F4483C: hue angle of 3.91º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F4483C is Cyan = 0, Magento = 0.70, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 72 | 60 | - |
| CMYK | 0 | 0.70 | 0.75 | 0.04 |
| HSL | 3.91º | 0.89% | 0.6% | - |
| HSV(B) | 3.91º | 0.75% | 0.96% | - |
| XYZ | 40.44 | 24.19 | 6.81 | - |
| YUV | 122.06 | 92.98 | 214.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 72 | 60 | 0 | 0.70 | 0.75 | 0.04 | 3.91 | 0.89 | 0.6 |
| Hex | F4 | 48 | 3C | 0 | 46 | 4B | 4 | 4 | 59 | 3C |
| Octal | 364 | 110 | 74 | 0 | 106 | 113 | 4 | 4 | 131 | 74 |
| Binary | 11110100 | 1001000 | 111100 | 0 | 1000110 | 1001011 | 100 | 100 | 1011001 | 111100 |
Color Harmonies of #F4483C
Complementary color
Monochromatic Colors of #F4483C
Black with #F4483C
Text Example
Text Example
White with #F4483C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4483C; }
p { color: rgb(244,72,60); }
H1.HeaderClassName
{
color: #F4483C;
}
.AnyTagClassName
{
color: #F4483C;
}
</style>
background-color css
<style>
a { background-color: #F4483C; }
a { background-color: rgb(244,72,60); }
div.DivClassName
{
background-color: #F4483C;
}
.BgClassName
{
background-color: #F4483C;
}
</style>
border-color css
<style>
span { border-color: #F4483C; }
span { border-color: rgb(244,72,60); }
td.TdClassName
{
border-color: #F4483C;
}
.TagClassName
{
border-color: #F4483C;
}
</style>