Html Css Color HEX #F08877 Salmon

📋 copy color: '#F08877'

red 240 ◦ green 136 ◦ blue 119

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

Shades of Salmon #F08877

Tints of Salmon #F08877

RGB

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

 GREEN value IS 136 (53.52% from 255) = 27.47%

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

R = 48.48%
G = 27.47%
B = 24.04%

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

#F08877 (or 0xF08877) is known color: Salmon. HEX triplet: F0, 88 and 77. RGB value is (240,136,119). Sum of RGB (Red+Green+Blue) = 240+136+119=495 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.48% from 495); Green value is 136 (53.52% from 255 or 27.47% from 495); Blue value is 119 (46.88% from 255 or 24.04% from 495); Max value from RGB is 240 - color contains mainly: red. Hex color #F08877 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08877 is #0F7788. Grayscale: #A5A5A5. Windows color (decimal): -1013641 or 7833840. OLE color: 7833840.

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

Color convert

RGB 240 136 119 -
CMYK 0 0.43 0.50 0.06
HSL 8.43º 0.8% 0.7% -
HSV(B) 8.43º 0.5% 0.94% -
XYZ 48.07 37.47 22.15 -
YUV 165.16 101.96 181.38 -
System Red Green Blue C M Y K H S L
Decimal 240 136 119 0 0.43 0.50 0.06 8.43 0.8 0.7
Hex F0 88 77 0 2B 32 6 8 50 46
Octal 360 210 167 0 53 62 6 10 120 106
Binary 11110000 10001000 1110111 0 101011 110010 110 1000 1010000 1000110

Color Harmonies of #F08877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08877

Black with #F08877

Text Example


Text Example

White with #F08877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08877; }

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

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

background-color css

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

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

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

border-color css

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

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

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