Html Css Color HEX #F09C71 Dark Salmon

📋 copy color: '#F09C71'

red 240 ◦ green 156 ◦ blue 113

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

Shades of Dark Salmon #F09C71

Tints of Dark Salmon #F09C71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 22.2%

R = 47.15%
G = 30.65%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#F09C71 (or 0xF09C71) is known color: Dark Salmon. HEX triplet: F0, 9C and 71. RGB value is (240,156,113). Sum of RGB (Red+Green+Blue) = 240+156+113=509 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.15% from 509); Green value is 156 (61.33% from 255 or 30.65% from 509); Blue value is 113 (44.53% from 255 or 22.20% from 509); Max value from RGB is 240 - color contains mainly: red. Hex color #F09C71 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F09C71 is #0F638E. Grayscale: #B0B0B0. Windows color (decimal): -1008527 or 7445744. OLE color: 7445744.

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

Color convert

RGB 240 156 113 -
CMYK 0 0.35 0.53 0.06
HSL 20.31º 0.81% 0.69% -
HSV(B) 20.31º 0.53% 0.94% -
XYZ 50.8 43.49 21.34 -
YUV 176.21 92.33 173.5 -
System Red Green Blue C M Y K H S L
Decimal 240 156 113 0 0.35 0.53 0.06 20.31 0.81 0.69
Hex F0 9C 71 0 23 35 6 14 51 45
Octal 360 234 161 0 43 65 6 24 121 105
Binary 11110000 10011100 1110001 0 100011 110101 110 10100 1010001 1000101

Color Harmonies of #F09C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09C71

Black with #F09C71

Text Example


Text Example

White with #F09C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09C71; }

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

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

background-color css

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

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

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

border-color css

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

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

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