Html Css Color HEX #F88668 Salmon

📋 copy color: '#F88668'

red 248 ◦ green 134 ◦ blue 104

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

Shades of Salmon #F88668

Tints of Salmon #F88668

RGB

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

 GREEN value IS 134 (52.73% from 255) = 27.57%

 BLUE value IS 104 (41.02% from 255) = 21.4%

R = 51.03%
G = 27.57%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.58

 K value IS 0.03

RGB Variations

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

Color information

#F88668 (or 0xF88668) is known color: Salmon. HEX triplet: F8, 86 and 68. RGB value is (248,134,104). Sum of RGB (Red+Green+Blue) = 248+134+104=486 (64% of max value = 765). Red value is 248 (97.27% from 255 or 51.03% from 486); Green value is 134 (52.73% from 255 or 27.57% from 486); Blue value is 104 (41.02% from 255 or 21.40% from 486); Max value from RGB is 248 - color contains mainly: red. Hex color #F88668 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F88668 is #077997. Grayscale: #A4A4A4. Windows color (decimal): -489880 or 6850296. OLE color: 6850296.

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

Color convert

RGB 248 134 104 -
CMYK 0 0.46 0.58 0.03
HSL 12.5º 0.91% 0.69% -
HSV(B) 12.5º 0.58% 0.97% -
XYZ 49.74 38.01 17.81 -
YUV 164.67 93.77 187.44 -
System Red Green Blue C M Y K H S L
Decimal 248 134 104 0 0.46 0.58 0.03 12.5 0.91 0.69
Hex F8 86 68 0 2E 3A 3 C 5B 45
Octal 370 206 150 0 56 72 3 14 133 105
Binary 11111000 10000110 1101000 0 101110 111010 11 1100 1011011 1000101

Color Harmonies of #F88668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F88668

Black with #F88668

Text Example


Text Example

White with #F88668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F88668; }

 p { color: rgb(248,134,104); }

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

background-color css

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

 a { background-color: rgb(248,134,104); }

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

border-color css

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

 span { border-color: rgb(248,134,104); }

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