Html Css Color HEX #F09D7A Dark Salmon

📋 copy color: '#F09D7A'

red 240 ◦ green 157 ◦ blue 122

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

Shades of Dark Salmon #F09D7A

Tints of Dark Salmon #F09D7A

RGB

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

 GREEN value IS 157 (61.72% from 255) = 30.25%

 BLUE value IS 122 (48.05% from 255) = 23.51%

R = 46.24%
G = 30.25%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#F09D7A (or 0xF09D7A) is known color: Dark Salmon. HEX triplet: F0, 9D and 7A. RGB value is (240,157,122). Sum of RGB (Red+Green+Blue) = 240+157+122=519 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.24% from 519); Green value is 157 (61.72% from 255 or 30.25% from 519); Blue value is 122 (48.05% from 255 or 23.51% from 519); Max value from RGB is 240 - color contains mainly: red. Hex color #F09D7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F09D7A is #0F6285. Grayscale: #B2B2B2. Windows color (decimal): -1008262 or 8035824. OLE color: 8035824.

HSL color Cylindrical-coordinate representation of color #F09D7A: hue angle of 17.8º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F09D7A is Cyan = 0, Magento = 0.35, Yellow = 0.49 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 157 122 -
CMYK 0 0.35 0.49 0.06
HSL 17.8º 0.8% 0.71% -
HSV(B) 17.8º 0.49% 0.94% -
XYZ 51.51 44.04 24.2 -
YUV 177.83 96.5 172.35 -
System Red Green Blue C M Y K H S L
Decimal 240 157 122 0 0.35 0.49 0.06 17.8 0.8 0.71
Hex F0 9D 7A 0 23 31 6 12 50 47
Octal 360 235 172 0 43 61 6 22 120 107
Binary 11110000 10011101 1111010 0 100011 110001 110 10010 1010000 1000111

Color Harmonies of #F09D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09D7A

Black with #F09D7A

Text Example


Text Example

White with #F09D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09D7A; }

 p { color: rgb(240,157,122); }

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

background-color css

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

 a { background-color: rgb(240,157,122); }

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

border-color css

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

 span { border-color: rgb(240,157,122); }

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