Html Css Color HEX #FE756C Salmon

📋 copy color: '#FE756C'

red 254 ◦ green 117 ◦ blue 108

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

Shades of Salmon #FE756C

Tints of Salmon #FE756C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 22.55%

R = 53.03%
G = 24.43%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.57

 K value IS 0.00

RGB Variations

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

Color information

#FE756C (or 0xFE756C) is known color: Salmon. HEX triplet: FE, 75 and 6C. RGB value is (254,117,108). Sum of RGB (Red+Green+Blue) = 254+117+108=479 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.03% from 479); Green value is 117 (46.09% from 255 or 24.43% from 479); Blue value is 108 (42.58% from 255 or 22.55% from 479); Max value from RGB is 254 - color contains mainly: red. Hex color #FE756C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE756C is #018A93. Grayscale: #9D9D9D. Windows color (decimal): -101012 or 7108094. OLE color: 7108094.

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

Color convert

RGB 254 117 108 -
CMYK 0 0.54 0.57 0.00
HSL 3.7º 0.99% 0.71% -
HSV(B) 3.7º 0.57% 1% -
XYZ 49.94 34.88 18.29 -
YUV 156.94 100.39 197.23 -
System Red Green Blue C M Y K H S L
Decimal 254 117 108 0 0.54 0.57 0.00 3.7 0.99 0.71
Hex FE 75 6C 0 36 39 0 4 63 47
Octal 376 165 154 0 66 71 0 4 143 107
Binary 11111110 1110101 1101100 0 110110 111001 0 100 1100011 1000111

Color Harmonies of #FE756C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE756C

Black with #FE756C

Text Example


Text Example

White with #FE756C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE756C; }

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

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

background-color css

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

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

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

border-color css

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

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

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