Shades of Sunset Orange #F0523D
Tints of Sunset Orange #F0523D
RGB
CMYK
RGB Variations
Color information
#F0523D (or 0xF0523D) is known color: Sunset Orange. HEX triplet: F0, 52 and 3D. RGB value is (240,82,61). Sum of RGB (Red+Green+Blue) = 240+82+61=383 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.66% from 383); Green value is 82 (32.42% from 255 or 21.41% from 383); Blue value is 61 (24.22% from 255 or 15.93% from 383); Max value from RGB is 240 - color contains mainly: red. Hex color #F0523D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0523D is #0FADC2. Grayscale: #7F7F7F. Windows color (decimal): -1027523 or 4018928. OLE color: 4018928.
HSL color Cylindrical-coordinate representation of color #F0523D: hue angle of 7.04º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F0523D is Cyan = 0, Magento = 0.66, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 82 | 61 | - |
| CMYK | 0 | 0.66 | 0.75 | 0.06 |
| HSL | 7.04º | 0.86% | 0.59% | - |
| HSV(B) | 7.04º | 0.75% | 0.94% | - |
| XYZ | 39.79 | 24.9 | 7.12 | - |
| YUV | 126.85 | 90.85 | 208.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 82 | 61 | 0 | 0.66 | 0.75 | 0.06 | 7.04 | 0.86 | 0.59 |
| Hex | F0 | 52 | 3D | 0 | 42 | 4B | 6 | 7 | 56 | 3B |
| Octal | 360 | 122 | 75 | 0 | 102 | 113 | 6 | 7 | 126 | 73 |
| Binary | 11110000 | 1010010 | 111101 | 0 | 1000010 | 1001011 | 110 | 111 | 1010110 | 111011 |
Color Harmonies of #F0523D
Complementary color
Monochromatic Colors of #F0523D
Black with #F0523D
Text Example
Text Example
White with #F0523D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0523D; }
p { color: rgb(240,82,61); }
H1.HeaderClassName
{
color: #F0523D;
}
.AnyTagClassName
{
color: #F0523D;
}
</style>
background-color css
<style>
a { background-color: #F0523D; }
a { background-color: rgb(240,82,61); }
div.DivClassName
{
background-color: #F0523D;
}
.BgClassName
{
background-color: #F0523D;
}
</style>
border-color css
<style>
span { border-color: #F0523D; }
span { border-color: rgb(240,82,61); }
td.TdClassName
{
border-color: #F0523D;
}
.TagClassName
{
border-color: #F0523D;
}
</style>