Html Css Color HEX #FB7B66 Salmon

📋 copy color: '#FB7B66'

red 251 ◦ green 123 ◦ blue 102

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

Shades of Salmon #FB7B66

Tints of Salmon #FB7B66

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25.84%

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

R = 52.73%
G = 25.84%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#FB7B66 (or 0xFB7B66) is known color: Salmon. HEX triplet: FB, 7B and 66. RGB value is (251,123,102). Sum of RGB (Red+Green+Blue) = 251+123+102=476 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.73% from 476); Green value is 123 (48.44% from 255 or 25.84% from 476); Blue value is 102 (40.23% from 255 or 21.43% from 476); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7B66 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB7B66 is #048499. Grayscale: #9F9F9F. Windows color (decimal): -296090 or 6716411. OLE color: 6716411.

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

Color convert

RGB 251 123 102 -
CMYK 0 0.51 0.59 0.02
HSL 8.46º 0.95% 0.69% -
HSV(B) 8.46º 0.59% 0.98% -
XYZ 49.26 35.63 16.85 -
YUV 158.88 95.91 193.71 -
System Red Green Blue C M Y K H S L
Decimal 251 123 102 0 0.51 0.59 0.02 8.46 0.95 0.69
Hex FB 7B 66 0 33 3B 2 8 5F 45
Octal 373 173 146 0 63 73 2 10 137 105
Binary 11111011 1111011 1100110 0 110011 111011 10 1000 1011111 1000101

Color Harmonies of #FB7B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7B66

Black with #FB7B66

Text Example


Text Example

White with #FB7B66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7B66; }

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

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

background-color css

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

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

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

border-color css

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

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

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