Shades of Sunset Orange #F05345
Tints of Sunset Orange #F05345
RGB
CMYK
RGB Variations
Color information
#F05345 (or 0xF05345) is known color: Sunset Orange. HEX triplet: F0, 53 and 45. RGB value is (240,83,69). Sum of RGB (Red+Green+Blue) = 240+83+69=392 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.22% from 392); Green value is 83 (32.81% from 255 or 21.17% from 392); Blue value is 69 (27.34% from 255 or 17.60% from 392); Max value from RGB is 240 - color contains mainly: red. Hex color #F05345 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05345 is #0FACBA. Grayscale: #808080. Windows color (decimal): -1027259 or 4543472. OLE color: 4543472.
HSL color Cylindrical-coordinate representation of color #F05345: hue angle of 4.91º 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 #F05345 is Cyan = 0, Magento = 0.65, Yellow = 0.71 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 83 | 69 | - |
| CMYK | 0 | 0.65 | 0.71 | 0.06 |
| HSL | 4.91º | 0.85% | 0.61% | - |
| HSV(B) | 4.91º | 0.71% | 0.94% | - |
| XYZ | 40.1 | 25.14 | 8.37 | - |
| YUV | 128.35 | 94.51 | 207.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 83 | 69 | 0 | 0.65 | 0.71 | 0.06 | 4.91 | 0.85 | 0.61 |
| Hex | F0 | 53 | 45 | 0 | 41 | 47 | 6 | 5 | 55 | 3D |
| Octal | 360 | 123 | 105 | 0 | 101 | 107 | 6 | 5 | 125 | 75 |
| Binary | 11110000 | 1010011 | 1000101 | 0 | 1000001 | 1000111 | 110 | 101 | 1010101 | 111101 |
Color Harmonies of #F05345
Complementary color
Monochromatic Colors of #F05345
Black with #F05345
Text Example
Text Example
White with #F05345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05345; }
p { color: rgb(240,83,69); }
H1.HeaderClassName
{
color: #F05345;
}
.AnyTagClassName
{
color: #F05345;
}
</style>
background-color css
<style>
a { background-color: #F05345; }
a { background-color: rgb(240,83,69); }
div.DivClassName
{
background-color: #F05345;
}
.BgClassName
{
background-color: #F05345;
}
</style>
border-color css
<style>
span { border-color: #F05345; }
span { border-color: rgb(240,83,69); }
td.TdClassName
{
border-color: #F05345;
}
.TagClassName
{
border-color: #F05345;
}
</style>