Html Css Color HEX #FB8766 Salmon

📋 copy color: '#FB8766'

red 251 ◦ green 135 ◦ blue 102

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

Shades of Salmon #FB8766

Tints of Salmon #FB8766

RGB

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

 GREEN value IS 135 (53.13% from 255) = 27.66%

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

R = 51.43%
G = 27.66%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#FB8766 (or 0xFB8766) is known color: Salmon. HEX triplet: FB, 87 and 66. RGB value is (251,135,102). Sum of RGB (Red+Green+Blue) = 251+135+102=488 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.43% from 488); Green value is 135 (53.12% from 255 or 27.66% from 488); Blue value is 102 (40.23% from 255 or 20.90% from 488); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8766 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8766 is #047899. Grayscale: #A6A6A6. Windows color (decimal): -293018 or 6719483. OLE color: 6719483.

HSL color Cylindrical-coordinate representation of color #FB8766: hue angle of 13.29º 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 #FB8766 is Cyan = 0, Magento = 0.46, Yellow = 0.59 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 135 102 -
CMYK 0 0.46 0.59 0.02
HSL 13.29º 0.95% 0.69% -
HSV(B) 13.29º 0.59% 0.98% -
XYZ 50.85 38.8 17.38 -
YUV 165.92 91.93 188.68 -
System Red Green Blue C M Y K H S L
Decimal 251 135 102 0 0.46 0.59 0.02 13.29 0.95 0.69
Hex FB 87 66 0 2E 3B 2 D 5F 45
Octal 373 207 146 0 56 73 2 15 137 105
Binary 11111011 10000111 1100110 0 101110 111011 10 1101 1011111 1000101

Color Harmonies of #FB8766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8766

Black with #FB8766

Text Example


Text Example

White with #FB8766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8766; }

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

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

background-color css

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

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

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

border-color css

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

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

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