Html Css Color HEX #FE766B Salmon

📋 copy color: '#FE766B'

red 254 ◦ green 118 ◦ blue 107

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

Shades of Salmon #FE766B

Tints of Salmon #FE766B

RGB

 RED value IS 254 (99.61% from 255) = 53.03%

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

 BLUE value IS 107 (42.19% from 255) = 22.34%

R = 53.03%
G = 24.63%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.58

 K value IS 0.00

RGB Variations

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

Color information

#FE766B (or 0xFE766B) is known color: Salmon. HEX triplet: FE, 76 and 6B. RGB value is (254,118,107). Sum of RGB (Red+Green+Blue) = 254+118+107=479 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.03% from 479); Green value is 118 (46.48% from 255 or 24.63% from 479); Blue value is 107 (42.19% from 255 or 22.34% from 479); Max value from RGB is 254 - color contains mainly: red. Hex color #FE766B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE766B is #018994. Grayscale: #9D9D9D. Windows color (decimal): -100757 or 7042814. OLE color: 7042814.

HSL color Cylindrical-coordinate representation of color #FE766B: hue angle of 4.49º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FE766B is Cyan = 0, Magento = 0.54, Yellow = 0.58 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 118 107 -
CMYK 0 0.54 0.58 0.00
HSL 4.49º 0.99% 0.71% -
HSV(B) 4.49º 0.58% 1% -
XYZ 50.01 35.09 18.05 -
YUV 157.41 99.56 196.89 -
System Red Green Blue C M Y K H S L
Decimal 254 118 107 0 0.54 0.58 0.00 4.49 0.99 0.71
Hex FE 76 6B 0 36 3A 0 4 63 47
Octal 376 166 153 0 66 72 0 4 143 107
Binary 11111110 1110110 1101011 0 110110 111010 0 100 1100011 1000111

Color Harmonies of #FE766B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE766B

Black with #FE766B

Text Example


Text Example

White with #FE766B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE766B; }

 p { color: rgb(254,118,107); }

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

background-color css

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

 a { background-color: rgb(254,118,107); }

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

border-color css

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

 span { border-color: rgb(254,118,107); }

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