Html Css Color HEX #F08477 Salmon

📋 copy color: '#F08477'

red 240 ◦ green 132 ◦ blue 119

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

Shades of Salmon #F08477

Tints of Salmon #F08477

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.88%

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

R = 48.88%
G = 26.88%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#F08477 (or 0xF08477) is known color: Salmon. HEX triplet: F0, 84 and 77. RGB value is (240,132,119). Sum of RGB (Red+Green+Blue) = 240+132+119=491 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.88% from 491); Green value is 132 (51.95% from 255 or 26.88% from 491); Blue value is 119 (46.88% from 255 or 24.24% from 491); Max value from RGB is 240 - color contains mainly: red. Hex color #F08477 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08477 is #0F7B88. Grayscale: #A2A2A2. Windows color (decimal): -1014665 or 7832816. OLE color: 7832816.

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

Color convert

RGB 240 132 119 -
CMYK 0 0.45 0.50 0.06
HSL 6.45º 0.8% 0.7% -
HSV(B) 6.45º 0.5% 0.94% -
XYZ 47.52 36.36 21.97 -
YUV 162.81 103.28 183.06 -
System Red Green Blue C M Y K H S L
Decimal 240 132 119 0 0.45 0.50 0.06 6.45 0.8 0.7
Hex F0 84 77 0 2D 32 6 6 50 46
Octal 360 204 167 0 55 62 6 6 120 106
Binary 11110000 10000100 1110111 0 101101 110010 110 110 1010000 1000110

Color Harmonies of #F08477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08477

Black with #F08477

Text Example


Text Example

White with #F08477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08477; }

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

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

background-color css

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

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

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

border-color css

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

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

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