Html Css Color HEX #F09C7D Dark Salmon

📋 copy color: '#F09C7D'

red 240 ◦ green 156 ◦ blue 125

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

Shades of Dark Salmon #F09C7D

Tints of Dark Salmon #F09C7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 23.99%

R = 46.07%
G = 29.94%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#F09C7D (or 0xF09C7D) is known color: Dark Salmon. HEX triplet: F0, 9C and 7D. RGB value is (240,156,125). Sum of RGB (Red+Green+Blue) = 240+156+125=521 (69% of max value = 765). Red value is 240 (94.14% from 255 or 46.07% from 521); Green value is 156 (61.33% from 255 or 29.94% from 521); Blue value is 125 (49.22% from 255 or 23.99% from 521); Max value from RGB is 240 - color contains mainly: red. Hex color #F09C7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F09C7D is #0F6382. Grayscale: #B1B1B1. Windows color (decimal): -1008515 or 8232176. OLE color: 8232176.

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

Color convert

RGB 240 156 125 -
CMYK 0 0.35 0.48 0.06
HSL 16.17º 0.79% 0.72% -
HSV(B) 16.17º 0.48% 0.94% -
XYZ 51.53 43.78 25.14 -
YUV 177.58 98.33 172.52 -
System Red Green Blue C M Y K H S L
Decimal 240 156 125 0 0.35 0.48 0.06 16.17 0.79 0.72
Hex F0 9C 7D 0 23 30 6 10 4F 48
Octal 360 234 175 0 43 60 6 20 117 110
Binary 11110000 10011100 1111101 0 100011 110000 110 10000 1001111 1001000

Color Harmonies of #F09C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09C7D

Black with #F09C7D

Text Example


Text Example

White with #F09C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09C7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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