Html Css Color HEX #F0A09E Sundown

📋 copy color: '#F0A09E'

red 240 ◦ green 160 ◦ blue 158

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

Shades of Sundown #F0A09E

Tints of Sundown #F0A09E

RGB

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

 GREEN value IS 160 (62.89% from 255) = 28.67%

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

R = 43.01%
G = 28.67%
B = 28.32%

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

#F0A09E (or 0xF0A09E) is known color: Sundown. HEX triplet: F0, A0 and 9E. RGB value is (240,160,158). Sum of RGB (Red+Green+Blue) = 240+160+158=558 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.01% from 558); Green value is 160 (62.89% from 255 or 28.67% from 558); Blue value is 158 (62.11% from 255 or 28.32% from 558); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A09E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A09E is #0F5F61. Grayscale: #B7B7B7. Windows color (decimal): -1007458 or 10395888. OLE color: 10395888.

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

Color convert

RGB 240 160 158 -
CMYK 0 0.33 0.34 0.06
HSL 1.46º 0.73% 0.78% -
HSV(B) 1.46º 0.34% 0.94% -
XYZ 54.68 46.14 38.37 -
YUV 183.69 113.5 168.16 -
System Red Green Blue C M Y K H S L
Decimal 240 160 158 0 0.33 0.34 0.06 1.46 0.73 0.78
Hex F0 A0 9E 0 21 22 6 1 49 4E
Octal 360 240 236 0 41 42 6 1 111 116
Binary 11110000 10100000 10011110 0 100001 100010 110 1 1001001 1001110

Color Harmonies of #F0A09E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A09E

Black with #F0A09E

Text Example


Text Example

White with #F0A09E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A09E; }

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

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

background-color css

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

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

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

border-color css

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

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

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