Html Css Color HEX #F09C7A Dark Salmon

📋 copy color: '#F09C7A'

red 240 ◦ green 156 ◦ blue 122

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

Shades of Dark Salmon #F09C7A

Tints of Dark Salmon #F09C7A

RGB

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

 GREEN value IS 156 (61.33% from 255) = 30.12%

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

R = 46.33%
G = 30.12%
B = 23.55%

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

#F09C7A (or 0xF09C7A) is known color: Dark Salmon. HEX triplet: F0, 9C and 7A. RGB value is (240,156,122). Sum of RGB (Red+Green+Blue) = 240+156+122=518 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.33% from 518); Green value is 156 (61.33% from 255 or 30.12% from 518); Blue value is 122 (48.05% from 255 or 23.55% from 518); Max value from RGB is 240 - color contains mainly: red. Hex color #F09C7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F09C7A is #0F6385. Grayscale: #B1B1B1. Windows color (decimal): -1008518 or 8035568. OLE color: 8035568.

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

Color convert

RGB 240 156 122 -
CMYK 0 0.35 0.49 0.06
HSL 17.29º 0.8% 0.71% -
HSV(B) 17.29º 0.49% 0.94% -
XYZ 51.34 43.71 24.14 -
YUV 177.24 96.83 172.76 -
System Red Green Blue C M Y K H S L
Decimal 240 156 122 0 0.35 0.49 0.06 17.29 0.8 0.71
Hex F0 9C 7A 0 23 31 6 11 50 47
Octal 360 234 172 0 43 61 6 21 120 107
Binary 11110000 10011100 1111010 0 100011 110001 110 10001 1010000 1000111

Color Harmonies of #F09C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09C7A

Black with #F09C7A

Text Example


Text Example

White with #F09C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09C7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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