Html Css Color HEX #F09E80 Dark Salmon

📋 copy color: '#F09E80'

red 240 ◦ green 158 ◦ blue 128

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

Shades of Dark Salmon #F09E80

Tints of Dark Salmon #F09E80

RGB

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

 GREEN value IS 158 (62.11% from 255) = 30.04%

 BLUE value IS 128 (50.39% from 255) = 24.33%

R = 45.63%
G = 30.04%
B = 24.33%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#F09E80 (or 0xF09E80) is known color: Dark Salmon. HEX triplet: F0, 9E and 80. RGB value is (240,158,128). Sum of RGB (Red+Green+Blue) = 240+158+128=526 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.63% from 526); Green value is 158 (62.11% from 255 or 30.04% from 526); Blue value is 128 (50.39% from 255 or 24.33% from 526); Max value from RGB is 240 - color contains mainly: red. Hex color #F09E80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09E80 is #0F617F. Grayscale: #B3B3B3. Windows color (decimal): -1008000 or 8429296. OLE color: 8429296.

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

Color convert

RGB 240 158 128 -
CMYK 0 0.34 0.47 0.06
HSL 16.07º 0.79% 0.72% -
HSV(B) 16.07º 0.47% 0.94% -
XYZ 52.06 44.54 26.27 -
YUV 179.1 99.17 171.44 -
System Red Green Blue C M Y K H S L
Decimal 240 158 128 0 0.34 0.47 0.06 16.07 0.79 0.72
Hex F0 9E 80 0 22 2F 6 10 4F 48
Octal 360 236 200 0 42 57 6 20 117 110
Binary 11110000 10011110 10000000 0 100010 101111 110 10000 1001111 1001000

Color Harmonies of #F09E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09E80

Black with #F09E80

Text Example


Text Example

White with #F09E80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09E80; }

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

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

background-color css

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

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

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

border-color css

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

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

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