Html Css Color HEX #F0A29E Sundown

📋 copy color: '#F0A29E'

red 240 ◦ green 162 ◦ blue 158

#F0A29E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sundown #F0A29E

Tints of Sundown #F0A29E

RGB

 RED value IS 240 (94.14% from 255) = 42.86%

 GREEN value IS 162 (63.67% from 255) = 28.93%

 BLUE value IS 158 (62.11% from 255) = 28.21%

R = 42.86%
G = 28.93%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#F0A29E (or 0xF0A29E) is known color: Sundown. HEX triplet: F0, A2 and 9E. RGB value is (240,162,158). Sum of RGB (Red+Green+Blue) = 240+162+158=560 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.86% from 560); Green value is 162 (63.67% from 255 or 28.93% from 560); Blue value is 158 (62.11% from 255 or 28.21% from 560); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A29E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A29E is #0F5D61. Grayscale: #B8B8B8. Windows color (decimal): -1006946 or 10396400. OLE color: 10396400.

HSL color Cylindrical-coordinate representation of color #F0A29E: hue angle of 2.93º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F0A29E is Cyan = 0, Magento = 0.32, Yellow = 0.34 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 162 158 -
CMYK 0 0.32 0.34 0.06
HSL 2.93º 0.73% 0.78% -
HSV(B) 2.93º 0.34% 0.94% -
XYZ 55.03 46.83 38.49 -
YUV 184.87 112.84 167.33 -
System Red Green Blue C M Y K H S L
Decimal 240 162 158 0 0.32 0.34 0.06 2.93 0.73 0.78
Hex F0 A2 9E 0 20 22 6 3 49 4E
Octal 360 242 236 0 40 42 6 3 111 116
Binary 11110000 10100010 10011110 0 100000 100010 110 11 1001001 1001110

Color Harmonies of #F0A29E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A29E

Black with #F0A29E

Text Example


Text Example

White with #F0A29E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A29E; }

 p { color: rgb(240,162,158); }

 H1.HeaderClassName
 {
   color: #F0A29E;
 }
 .AnyTagClassName
 {
   color: #F0A29E;
 }
</style>

background-color css

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

 a { background-color: rgb(240,162,158); }

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

border-color css

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

 span { border-color: rgb(240,162,158); }

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