Html Css Color HEX #F09771 Dark Salmon

📋 copy color: '#F09771'

red 240 ◦ green 151 ◦ blue 113

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

Shades of Dark Salmon #F09771

Tints of Dark Salmon #F09771

RGB

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

 GREEN value IS 151 (59.38% from 255) = 29.96%

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

R = 47.62%
G = 29.96%
B = 22.42%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#F09771 (or 0xF09771) is known color: Dark Salmon. HEX triplet: F0, 97 and 71. RGB value is (240,151,113). Sum of RGB (Red+Green+Blue) = 240+151+113=504 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.62% from 504); Green value is 151 (59.38% from 255 or 29.96% from 504); Blue value is 113 (44.53% from 255 or 22.42% from 504); Max value from RGB is 240 - color contains mainly: red. Hex color #F09771 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F09771 is #0F688E. Grayscale: #ADADAD. Windows color (decimal): -1009807 or 7444464. OLE color: 7444464.

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

Color convert

RGB 240 151 113 -
CMYK 0 0.37 0.53 0.06
HSL 17.95º 0.81% 0.69% -
HSV(B) 17.95º 0.53% 0.94% -
XYZ 49.98 41.85 21.07 -
YUV 173.28 93.99 175.59 -
System Red Green Blue C M Y K H S L
Decimal 240 151 113 0 0.37 0.53 0.06 17.95 0.81 0.69
Hex F0 97 71 0 25 35 6 12 51 45
Octal 360 227 161 0 45 65 6 22 121 105
Binary 11110000 10010111 1110001 0 100101 110101 110 10010 1010001 1000101

Color Harmonies of #F09771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09771

Black with #F09771

Text Example


Text Example

White with #F09771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09771; }

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

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

background-color css

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

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

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

border-color css

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

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

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