Html Css Color HEX #F88B76 Salmon

📋 copy color: '#F88B76'

red 248 ◦ green 139 ◦ blue 118

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

Shades of Salmon #F88B76

Tints of Salmon #F88B76

RGB

 RED value IS 248 (97.27% from 255) = 49.11%

 GREEN value IS 139 (54.69% from 255) = 27.52%

 BLUE value IS 118 (46.48% from 255) = 23.37%

R = 49.11%
G = 27.52%
B = 23.37%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.52

 K value IS 0.03

RGB Variations

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

Color information

#F88B76 (or 0xF88B76) is known color: Salmon. HEX triplet: F8, 8B and 76. RGB value is (248,139,118). Sum of RGB (Red+Green+Blue) = 248+139+118=505 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.11% from 505); Green value is 139 (54.69% from 255 or 27.52% from 505); Blue value is 118 (46.48% from 255 or 23.37% from 505); Max value from RGB is 248 - color contains mainly: red. Hex color #F88B76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F88B76 is #077489. Grayscale: #A9A9A9. Windows color (decimal): -488586 or 7769080. OLE color: 7769080.

HSL color Cylindrical-coordinate representation of color #F88B76: hue angle of 9.69º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F88B76 is Cyan = 0, Magento = 0.44, Yellow = 0.52 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 139 118 -
CMYK 0 0.44 0.52 0.03
HSL 9.69º 0.9% 0.72% -
HSV(B) 9.69º 0.52% 0.97% -
XYZ 51.21 39.73 22.11 -
YUV 169.2 99.11 184.21 -
System Red Green Blue C M Y K H S L
Decimal 248 139 118 0 0.44 0.52 0.03 9.69 0.9 0.72
Hex F8 8B 76 0 2C 34 3 A 5A 48
Octal 370 213 166 0 54 64 3 12 132 110
Binary 11111000 10001011 1110110 0 101100 110100 11 1010 1011010 1001000

Color Harmonies of #F88B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F88B76

Black with #F88B76

Text Example


Text Example

White with #F88B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F88B76; }

 p { color: rgb(248,139,118); }

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

background-color css

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

 a { background-color: rgb(248,139,118); }

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

border-color css

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

 span { border-color: rgb(248,139,118); }

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