Html Css Color HEX #FB8666 Salmon

📋 copy color: '#FB8666'

red 251 ◦ green 134 ◦ blue 102

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

Shades of Salmon #FB8666

Tints of Salmon #FB8666

RGB

 RED value IS 251 (98.44% from 255) = 51.54%

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

 BLUE value IS 102 (40.23% from 255) = 20.94%

R = 51.54%
G = 27.52%
B = 20.94%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#FB8666 (or 0xFB8666) is known color: Salmon. HEX triplet: FB, 86 and 66. RGB value is (251,134,102). Sum of RGB (Red+Green+Blue) = 251+134+102=487 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.54% from 487); Green value is 134 (52.73% from 255 or 27.52% from 487); Blue value is 102 (40.23% from 255 or 20.94% from 487); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8666 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8666 is #047999. Grayscale: #A5A5A5. Windows color (decimal): -293274 or 6719227. OLE color: 6719227.

HSL color Cylindrical-coordinate representation of color #FB8666: hue angle of 12.89º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FB8666 is Cyan = 0, Magento = 0.47, Yellow = 0.59 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 134 102 -
CMYK 0 0.47 0.59 0.02
HSL 12.89º 0.95% 0.69% -
HSV(B) 12.89º 0.59% 0.98% -
XYZ 50.71 38.52 17.33 -
YUV 165.34 92.26 189.1 -
System Red Green Blue C M Y K H S L
Decimal 251 134 102 0 0.47 0.59 0.02 12.89 0.95 0.69
Hex FB 86 66 0 2F 3B 2 D 5F 45
Octal 373 206 146 0 57 73 2 15 137 105
Binary 11111011 10000110 1100110 0 101111 111011 10 1101 1011111 1000101

Color Harmonies of #FB8666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8666

Black with #FB8666

Text Example


Text Example

White with #FB8666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8666; }

 p { color: rgb(251,134,102); }

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

background-color css

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

 a { background-color: rgb(251,134,102); }

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

border-color css

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

 span { border-color: rgb(251,134,102); }

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