Shades of Sunset Orange #F04A45
Tints of Sunset Orange #F04A45
RGB
CMYK
RGB Variations
Color information
#F04A45 (or 0xF04A45) is known color: Sunset Orange. HEX triplet: F0, 4A and 45. RGB value is (240,74,69). Sum of RGB (Red+Green+Blue) = 240+74+69=383 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.66% from 383); Green value is 74 (29.30% from 255 or 19.32% from 383); Blue value is 69 (27.34% from 255 or 18.02% from 383); Max value from RGB is 240 - color contains mainly: red. Hex color #F04A45 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04A45 is #0FB5BA. Grayscale: #7B7B7B. Windows color (decimal): -1029563 or 4541168. OLE color: 4541168.
HSL color Cylindrical-coordinate representation of color #F04A45: hue angle of 1.75º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F04A45 is Cyan = 0, Magento = 0.69, Yellow = 0.71 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 74 | 69 | - |
| CMYK | 0 | 0.69 | 0.71 | 0.06 |
| HSL | 1.75º | 0.85% | 0.61% | - |
| HSV(B) | 1.75º | 0.71% | 0.94% | - |
| XYZ | 39.46 | 23.85 | 8.15 | - |
| YUV | 123.06 | 97.5 | 211.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 74 | 69 | 0 | 0.69 | 0.71 | 0.06 | 1.75 | 0.85 | 0.61 |
| Hex | F0 | 4A | 45 | 0 | 45 | 47 | 6 | 2 | 55 | 3D |
| Octal | 360 | 112 | 105 | 0 | 105 | 107 | 6 | 2 | 125 | 75 |
| Binary | 11110000 | 1001010 | 1000101 | 0 | 1000101 | 1000111 | 110 | 10 | 1010101 | 111101 |
Color Harmonies of #F04A45
Complementary color
Monochromatic Colors of #F04A45
Black with #F04A45
Text Example
Text Example
White with #F04A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04A45; }
p { color: rgb(240,74,69); }
H1.HeaderClassName
{
color: #F04A45;
}
.AnyTagClassName
{
color: #F04A45;
}
</style>
background-color css
<style>
a { background-color: #F04A45; }
a { background-color: rgb(240,74,69); }
div.DivClassName
{
background-color: #F04A45;
}
.BgClassName
{
background-color: #F04A45;
}
</style>
border-color css
<style>
span { border-color: #F04A45; }
span { border-color: rgb(240,74,69); }
td.TdClassName
{
border-color: #F04A45;
}
.TagClassName
{
border-color: #F04A45;
}
</style>