Html Css Color HEX #F8886B Salmon

📋 copy color: '#F8886B'

red 248 ◦ green 136 ◦ blue 107

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

Shades of Salmon #F8886B

Tints of Salmon #F8886B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 21.79%

R = 50.51%
G = 27.7%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.57

 K value IS 0.03

RGB Variations

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

Color information

#F8886B (or 0xF8886B) is known color: Salmon. HEX triplet: F8, 88 and 6B. RGB value is (248,136,107). Sum of RGB (Red+Green+Blue) = 248+136+107=491 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.51% from 491); Green value is 136 (53.52% from 255 or 27.70% from 491); Blue value is 107 (42.19% from 255 or 21.79% from 491); Max value from RGB is 248 - color contains mainly: red. Hex color #F8886B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8886B is #077794. Grayscale: #A6A6A6. Windows color (decimal): -489365 or 7047416. OLE color: 7047416.

HSL color Cylindrical-coordinate representation of color #F8886B: hue angle of 12.34º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F8886B is Cyan = 0, Magento = 0.45, Yellow = 0.57 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 136 107 -
CMYK 0 0.45 0.57 0.03
HSL 12.34º 0.91% 0.7% -
HSV(B) 12.34º 0.57% 0.97% -
XYZ 50.17 38.63 18.72 -
YUV 166.18 94.61 186.36 -
System Red Green Blue C M Y K H S L
Decimal 248 136 107 0 0.45 0.57 0.03 12.34 0.91 0.7
Hex F8 88 6B 0 2D 39 3 C 5B 46
Octal 370 210 153 0 55 71 3 14 133 106
Binary 11111000 10001000 1101011 0 101101 111001 11 1100 1011011 1000110

Color Harmonies of #F8886B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8886B

Black with #F8886B

Text Example


Text Example

White with #F8886B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8886B; }

 p { color: rgb(248,136,107); }

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

background-color css

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

 a { background-color: rgb(248,136,107); }

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

border-color css

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

 span { border-color: rgb(248,136,107); }

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