Html Css Color HEX #F0A19E Sundown

📋 copy color: '#F0A19E'

red 240 ◦ green 161 ◦ blue 158

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

Shades of Sundown #F0A19E

Tints of Sundown #F0A19E

RGB

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

 GREEN value IS 161 (63.28% from 255) = 28.8%

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

R = 42.93%
G = 28.8%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#F0A19E (or 0xF0A19E) is known color: Sundown. HEX triplet: F0, A1 and 9E. RGB value is (240,161,158). Sum of RGB (Red+Green+Blue) = 240+161+158=559 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.93% from 559); Green value is 161 (63.28% from 255 or 28.80% from 559); Blue value is 158 (62.11% from 255 or 28.26% from 559); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A19E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A19E is #0F5E61. Grayscale: #B8B8B8. Windows color (decimal): -1007202 or 10396144. OLE color: 10396144.

HSL color Cylindrical-coordinate representation of color #F0A19E: hue angle of 2.2º 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 #F0A19E is Cyan = 0, Magento = 0.33, Yellow = 0.34 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 161 158 -
CMYK 0 0.33 0.34 0.06
HSL 2.2º 0.73% 0.78% -
HSV(B) 2.2º 0.34% 0.94% -
XYZ 54.85 46.48 38.43 -
YUV 184.28 113.17 167.74 -
System Red Green Blue C M Y K H S L
Decimal 240 161 158 0 0.33 0.34 0.06 2.2 0.73 0.78
Hex F0 A1 9E 0 21 22 6 2 49 4E
Octal 360 241 236 0 41 42 6 2 111 116
Binary 11110000 10100001 10011110 0 100001 100010 110 10 1001001 1001110

Color Harmonies of #F0A19E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A19E

Black with #F0A19E

Text Example


Text Example

White with #F0A19E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A19E; }

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

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

background-color css

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

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

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

border-color css

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

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

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