Html Css Color HEX #FE756B Salmon

📋 copy color: '#FE756B'

red 254 ◦ green 117 ◦ blue 107

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

Shades of Salmon #FE756B

Tints of Salmon #FE756B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.48%

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

R = 53.14%
G = 24.48%
B = 22.38%

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

#FE756B (or 0xFE756B) is known color: Salmon. HEX triplet: FE, 75 and 6B. RGB value is (254,117,107). Sum of RGB (Red+Green+Blue) = 254+117+107=478 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.14% from 478); Green value is 117 (46.09% from 255 or 24.48% from 478); Blue value is 107 (42.19% from 255 or 22.38% from 478); Max value from RGB is 254 - color contains mainly: red. Hex color #FE756B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE756B is #018A94. Grayscale: #9D9D9D. Windows color (decimal): -101013 or 7042558. OLE color: 7042558.

HSL color Cylindrical-coordinate representation of color #FE756B: hue angle of 4.08º 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 #FE756B is Cyan = 0, Magento = 0.54, Yellow = 0.58 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 117 107 -
CMYK 0 0.54 0.58 0.00
HSL 4.08º 0.99% 0.71% -
HSV(B) 4.08º 0.58% 1% -
XYZ 49.89 34.85 18.01 -
YUV 156.82 99.89 197.31 -
System Red Green Blue C M Y K H S L
Decimal 254 117 107 0 0.54 0.58 0.00 4.08 0.99 0.71
Hex FE 75 6B 0 36 3A 0 4 63 47
Octal 376 165 153 0 66 72 0 4 143 107
Binary 11111110 1110101 1101011 0 110110 111010 0 100 1100011 1000111

Color Harmonies of #FE756B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE756B

Black with #FE756B

Text Example


Text Example

White with #FE756B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE756B; }

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

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

background-color css

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

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

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

border-color css

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

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

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