Html Css Color HEX #FB8665 Salmon

📋 copy color: '#FB8665'

red 251 ◦ green 134 ◦ blue 101

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

Shades of Salmon #FB8665

Tints of Salmon #FB8665

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 20.78%

R = 51.65%
G = 27.57%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#FB8665 (or 0xFB8665) is known color: Salmon. HEX triplet: FB, 86 and 65. RGB value is (251,134,101). Sum of RGB (Red+Green+Blue) = 251+134+101=486 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.65% from 486); Green value is 134 (52.73% from 255 or 27.57% from 486); Blue value is 101 (39.84% from 255 or 20.78% from 486); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8665 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8665 is #04799A. Grayscale: #A5A5A5. Windows color (decimal): -293275 or 6653691. OLE color: 6653691.

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

Color convert

RGB 251 134 101 -
CMYK 0 0.47 0.60 0.02
HSL 13.2º 0.95% 0.69% -
HSV(B) 13.2º 0.6% 0.98% -
XYZ 50.66 38.5 17.07 -
YUV 165.22 91.76 189.18 -
System Red Green Blue C M Y K H S L
Decimal 251 134 101 0 0.47 0.60 0.02 13.2 0.95 0.69
Hex FB 86 65 0 2F 3C 2 D 5F 45
Octal 373 206 145 0 57 74 2 15 137 105
Binary 11111011 10000110 1100101 0 101111 111100 10 1101 1011111 1000101

Color Harmonies of #FB8665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8665

Black with #FB8665

Text Example


Text Example

White with #FB8665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8665; }

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

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

background-color css

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

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

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

border-color css

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

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

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