Html Css Color HEX #F09A7B Dark Salmon

📋 copy color: '#F09A7B'

red 240 ◦ green 154 ◦ blue 123

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

Shades of Dark Salmon #F09A7B

Tints of Dark Salmon #F09A7B

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.79%

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

R = 46.42%
G = 29.79%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#F09A7B (or 0xF09A7B) is known color: Dark Salmon. HEX triplet: F0, 9A and 7B. RGB value is (240,154,123). Sum of RGB (Red+Green+Blue) = 240+154+123=517 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.42% from 517); Green value is 154 (60.55% from 255 or 29.79% from 517); Blue value is 123 (48.44% from 255 or 23.79% from 517); Max value from RGB is 240 - color contains mainly: red. Hex color #F09A7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F09A7B is #0F6584. Grayscale: #B0B0B0. Windows color (decimal): -1009029 or 8100592. OLE color: 8100592.

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

Color convert

RGB 240 154 123 -
CMYK 0 0.36 0.49 0.06
HSL 15.9º 0.8% 0.71% -
HSV(B) 15.9º 0.49% 0.94% -
XYZ 51.07 43.07 24.36 -
YUV 176.18 97.99 173.52 -
System Red Green Blue C M Y K H S L
Decimal 240 154 123 0 0.36 0.49 0.06 15.9 0.8 0.71
Hex F0 9A 7B 0 24 31 6 10 50 47
Octal 360 232 173 0 44 61 6 20 120 107
Binary 11110000 10011010 1111011 0 100100 110001 110 10000 1010000 1000111

Color Harmonies of #F09A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09A7B

Black with #F09A7B

Text Example


Text Example

White with #F09A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09A7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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