Html Css Color HEX #F08977 Salmon

📋 copy color: '#F08977'

red 240 ◦ green 137 ◦ blue 119

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

Shades of Salmon #F08977

Tints of Salmon #F08977

RGB

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

 GREEN value IS 137 (53.91% from 255) = 27.62%

 BLUE value IS 119 (46.88% from 255) = 23.99%

R = 48.39%
G = 27.62%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#F08977 (or 0xF08977) is known color: Salmon. HEX triplet: F0, 89 and 77. RGB value is (240,137,119). Sum of RGB (Red+Green+Blue) = 240+137+119=496 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.39% from 496); Green value is 137 (53.91% from 255 or 27.62% from 496); Blue value is 119 (46.88% from 255 or 23.99% from 496); Max value from RGB is 240 - color contains mainly: red. Hex color #F08977 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08977 is #0F7688. Grayscale: #A5A5A5. Windows color (decimal): -1013385 or 7834096. OLE color: 7834096.

HSL color Cylindrical-coordinate representation of color #F08977: hue angle of 8.93º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F08977 is Cyan = 0, Magento = 0.43, Yellow = 0.50 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 137 119 -
CMYK 0 0.43 0.50 0.06
HSL 8.93º 0.8% 0.7% -
HSV(B) 8.93º 0.5% 0.94% -
XYZ 48.21 37.75 22.2 -
YUV 165.75 101.62 180.96 -
System Red Green Blue C M Y K H S L
Decimal 240 137 119 0 0.43 0.50 0.06 8.93 0.8 0.7
Hex F0 89 77 0 2B 32 6 9 50 46
Octal 360 211 167 0 53 62 6 11 120 106
Binary 11110000 10001001 1110111 0 101011 110010 110 1001 1010000 1000110

Color Harmonies of #F08977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08977

Black with #F08977

Text Example


Text Example

White with #F08977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08977; }

 p { color: rgb(240,137,119); }

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

background-color css

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

 a { background-color: rgb(240,137,119); }

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

border-color css

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

 span { border-color: rgb(240,137,119); }

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