Html Css Color HEX #FE847C Salmon

📋 copy color: '#FE847C'

red 254 ◦ green 132 ◦ blue 124

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

Shades of Salmon #FE847C

Tints of Salmon #FE847C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 25.88%

 BLUE value IS 124 (48.83% from 255) = 24.31%

R = 49.8%
G = 25.88%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.51

 K value IS 0.00

RGB Variations

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

Color information

#FE847C (or 0xFE847C) is known color: Salmon. HEX triplet: FE, 84 and 7C. RGB value is (254,132,124). Sum of RGB (Red+Green+Blue) = 254+132+124=510 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.80% from 510); Green value is 132 (51.95% from 255 or 25.88% from 510); Blue value is 124 (48.83% from 255 or 24.31% from 510); Max value from RGB is 254 - color contains mainly: red. Hex color #FE847C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE847C is #017B83. Grayscale: #A7A7A7. Windows color (decimal): -97156 or 8160510. OLE color: 8160510.

HSL color Cylindrical-coordinate representation of color #FE847C: hue angle of 3.69º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FE847C is Cyan = 0, Magento = 0.48, Yellow = 0.51 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 132 124 -
CMYK 0 0.48 0.51 0.00
HSL 3.69º 0.98% 0.74% -
HSV(B) 3.69º 0.51% 1% -
XYZ 52.76 39.03 23.82 -
YUV 167.57 103.42 189.65 -
System Red Green Blue C M Y K H S L
Decimal 254 132 124 0 0.48 0.51 0.00 3.69 0.98 0.74
Hex FE 84 7C 0 30 33 0 4 62 4A
Octal 376 204 174 0 60 63 0 4 142 112
Binary 11111110 10000100 1111100 0 110000 110011 0 100 1100010 1001010

Color Harmonies of #FE847C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE847C

Black with #FE847C

Text Example


Text Example

White with #FE847C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE847C; }

 p { color: rgb(254,132,124); }

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

background-color css

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

 a { background-color: rgb(254,132,124); }

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

border-color css

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

 span { border-color: rgb(254,132,124); }

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