Html Css Color HEX #FD766A Salmon

📋 copy color: '#FD766A'

red 253 ◦ green 118 ◦ blue 106

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

Shades of Salmon #FD766A

Tints of Salmon #FD766A

RGB

 RED value IS 253 (99.22% from 255) = 53.04%

 GREEN value IS 118 (46.48% from 255) = 24.74%

 BLUE value IS 106 (41.8% from 255) = 22.22%

R = 53.04%
G = 24.74%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FD766A (or 0xFD766A) is known color: Salmon. HEX triplet: FD, 76 and 6A. RGB value is (253,118,106). Sum of RGB (Red+Green+Blue) = 253+118+106=477 (63% of max value = 765). Red value is 253 (99.22% from 255 or 53.04% from 477); Green value is 118 (46.48% from 255 or 24.74% from 477); Blue value is 106 (41.80% from 255 or 22.22% from 477); Max value from RGB is 253 - color contains mainly: red. Hex color #FD766A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD766A is #028995. Grayscale: #9D9D9D. Windows color (decimal): -166294 or 6977277. OLE color: 6977277.

HSL color Cylindrical-coordinate representation of color #FD766A: hue angle of 4.9º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FD766A is Cyan = 0, Magento = 0.53, Yellow = 0.58 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 118 106 -
CMYK 0 0.53 0.58 0.01
HSL 4.9º 0.97% 0.7% -
HSV(B) 4.9º 0.58% 0.99% -
XYZ 49.59 34.88 17.75 -
YUV 157 99.23 196.48 -
System Red Green Blue C M Y K H S L
Decimal 253 118 106 0 0.53 0.58 0.01 4.9 0.97 0.7
Hex FD 76 6A 0 35 3A 1 5 61 46
Octal 375 166 152 0 65 72 1 5 141 106
Binary 11111101 1110110 1101010 0 110101 111010 1 101 1100001 1000110

Color Harmonies of #FD766A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD766A

Black with #FD766A

Text Example


Text Example

White with #FD766A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD766A; }

 p { color: rgb(253,118,106); }

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

background-color css

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

 a { background-color: rgb(253,118,106); }

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

border-color css

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

 span { border-color: rgb(253,118,106); }

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