Html Css Color HEX #F09B7A Dark Salmon

📋 copy color: '#F09B7A'

red 240 ◦ green 155 ◦ blue 122

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

Shades of Dark Salmon #F09B7A

Tints of Dark Salmon #F09B7A

RGB

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

 GREEN value IS 155 (60.94% from 255) = 29.98%

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

R = 46.42%
G = 29.98%
B = 23.6%

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

#F09B7A (or 0xF09B7A) is known color: Dark Salmon. HEX triplet: F0, 9B and 7A. RGB value is (240,155,122). Sum of RGB (Red+Green+Blue) = 240+155+122=517 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.42% from 517); Green value is 155 (60.94% from 255 or 29.98% from 517); Blue value is 122 (48.05% from 255 or 23.60% from 517); Max value from RGB is 240 - color contains mainly: red. Hex color #F09B7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F09B7A is #0F6485. Grayscale: #B0B0B0. Windows color (decimal): -1008774 or 8035312. OLE color: 8035312.

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

Color convert

RGB 240 155 122 -
CMYK 0 0.35 0.49 0.06
HSL 16.78º 0.8% 0.71% -
HSV(B) 16.78º 0.49% 0.94% -
XYZ 51.17 43.37 24.09 -
YUV 176.65 97.16 173.18 -
System Red Green Blue C M Y K H S L
Decimal 240 155 122 0 0.35 0.49 0.06 16.78 0.8 0.71
Hex F0 9B 7A 0 23 31 6 11 50 47
Octal 360 233 172 0 43 61 6 21 120 107
Binary 11110000 10011011 1111010 0 100011 110001 110 10001 1010000 1000111

Color Harmonies of #F09B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09B7A

Black with #F09B7A

Text Example


Text Example

White with #F09B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09B7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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