#F2ADA5

Color #F2ADA5 Sundown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sundown #F2ADA5

Tints of Sundown #F2ADA5

Color information

#F2ADA5 (or 0xF2ADA5) is unknown color: approx Sundown. HEX triplet: F2, AD and A5. RGB value is (242,173,165). Sum of RGB (Red+Green+Blue) = 242+173+165=580 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.72% from 580); Green value is 173 (67.97% from 255 or 29.83% from 580); Blue value is 165 (64.84% from 255 or 28.45% from 580); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ADA5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2ADA5 is #0D525A. Grayscale: #C0C0C0. Windows color (decimal): -873051 or 10857970. OLE color: 10857970.

HSL color Cylindrical-coordinate representation of color #F2ADA5: hue angle of 6.23º degrees, saturation: 0.75, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F2ADA5 is Cyan = 0, Magento = 0.29, Yellow = 0.32 and Black (K on CMYK) = 0.05.

Color convert

RGB242173165-
CMYK00.290.320.05
HSL6.23º74.76%79.8%-
HSV(B)6.23º31.82%94.9%-
XYZ58.3551.4842.46-
YUV192.72112.36163.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 242 (94.92% from 255) = 41.72%
GREEN value IS 173 (67.97% from 255) = 29.83%
BLUE value IS 165 (64.84% from 255) = 28.45%
R=41.72%
G=29.83%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.32
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217316500.290.320.056.2374.7679.8
HexF2ADA501D20564b50
Octal3622552450354056113120
Binary11110010101011011010010101110110000010111010010111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2ADA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2ADA5; }

 p { color: rgb(242,173,165); }

 H1.HeaderClassName
 {
   color: #F2ADA5;
 }
 .AnyTagClassName
 {
   color: #F2ADA5;
 }
</style>
background-color css

<style>
 a { background-color: #F2ADA5; }

 a { background-color: rgb(242,173,165); }

 div.DivClassName
 {
   background-color: #F2ADA5;
 }
 .BgClassName
 {
   background-color: #F2ADA5;
 }
</style>
border-color css

<style>
 span { border-color: #F2ADA5; }

 span { border-color: rgb(242,173,165); }

 td.TdClassName
 {
   border-color: #F2ADA5;
 }
 .TagClassName
 {
   border-color: #F2ADA5;
 }
</style>