Html Css Color HEX #F09B7B Dark Salmon

📋 copy color: '#F09B7B'

red 240 ◦ green 155 ◦ blue 123

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

Shades of Dark Salmon #F09B7B

Tints of Dark Salmon #F09B7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 23.75%

R = 46.33%
G = 29.92%
B = 23.75%

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

#F09B7B (or 0xF09B7B) is known color: Dark Salmon. HEX triplet: F0, 9B and 7B. RGB value is (240,155,123). Sum of RGB (Red+Green+Blue) = 240+155+123=518 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.33% from 518); Green value is 155 (60.94% from 255 or 29.92% from 518); Blue value is 123 (48.44% from 255 or 23.75% from 518); Max value from RGB is 240 - color contains mainly: red. Hex color #F09B7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F09B7B is #0F6484. Grayscale: #B0B0B0. Windows color (decimal): -1008773 or 8100848. OLE color: 8100848.

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

Color convert

RGB 240 155 123 -
CMYK 0 0.35 0.49 0.06
HSL 16.41º 0.8% 0.71% -
HSV(B) 16.41º 0.49% 0.94% -
XYZ 51.23 43.4 24.42 -
YUV 176.77 97.66 173.1 -
System Red Green Blue C M Y K H S L
Decimal 240 155 123 0 0.35 0.49 0.06 16.41 0.8 0.71
Hex F0 9B 7B 0 23 31 6 10 50 47
Octal 360 233 173 0 43 61 6 20 120 107
Binary 11110000 10011011 1111011 0 100011 110001 110 10000 1010000 1000111

Color Harmonies of #F09B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09B7B

Black with #F09B7B

Text Example


Text Example

White with #F09B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09B7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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