Shades of Sundown #F5ADA4
Tints of Sundown #F5ADA4
RGB
CMYK
RGB Variations
Color information
#F5ADA4 (or 0xF5ADA4) is known color: Sundown. HEX triplet: F5, AD and A4. RGB value is (245,173,164). Sum of RGB (Red+Green+Blue) = 245+173+164=582 (77% of max value = 765). Red value is 245 (96.09% from 255 or 42.10% from 582); Green value is 173 (67.97% from 255 or 29.73% from 582); Blue value is 164 (64.45% from 255 or 28.18% from 582); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ADA4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5ADA4 is #0A525B. Grayscale: #C1C1C1. Windows color (decimal): -676444 or 10792437. OLE color: 10792437.
HSL color Cylindrical-coordinate representation of color #F5ADA4: hue angle of 6.67º degrees, saturation: 0.8, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F5ADA4 is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 173 | 164 | - |
| CMYK | 0 | 0.29 | 0.33 | 0.04 |
| HSL | 6.67º | 0.8% | 0.8% | - |
| HSV(B) | 6.67º | 0.33% | 0.96% | - |
| XYZ | 59.3 | 51.98 | 42.03 | - |
| YUV | 193.5 | 111.35 | 164.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 173 | 164 | 0 | 0.29 | 0.33 | 0.04 | 6.67 | 0.8 | 0.8 |
| Hex | F5 | AD | A4 | 0 | 1D | 21 | 4 | 7 | 50 | 50 |
| Octal | 365 | 255 | 244 | 0 | 35 | 41 | 4 | 7 | 120 | 120 |
| Binary | 11110101 | 10101101 | 10100100 | 0 | 11101 | 100001 | 100 | 111 | 1010000 | 1010000 |
Color Harmonies of #F5ADA4
Complementary color
Monochromatic Colors of #F5ADA4
Black with #F5ADA4
Text Example
Text Example
White with #F5ADA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5ADA4; }
p { color: rgb(245,173,164); }
H1.HeaderClassName
{
color: #F5ADA4;
}
.AnyTagClassName
{
color: #F5ADA4;
}
</style>
background-color css
<style>
a { background-color: #F5ADA4; }
a { background-color: rgb(245,173,164); }
div.DivClassName
{
background-color: #F5ADA4;
}
.BgClassName
{
background-color: #F5ADA4;
}
</style>
border-color css
<style>
span { border-color: #F5ADA4; }
span { border-color: rgb(245,173,164); }
td.TdClassName
{
border-color: #F5ADA4;
}
.TagClassName
{
border-color: #F5ADA4;
}
</style>