Html Css Color HEX #FE877C Salmon

📋 copy color: '#FE877C'

red 254 ◦ green 135 ◦ blue 124

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

Shades of Salmon #FE877C

Tints of Salmon #FE877C

RGB

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

 GREEN value IS 135 (53.13% from 255) = 26.32%

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

R = 49.51%
G = 26.32%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.51

 K value IS 0.00

RGB Variations

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

Color information

#FE877C (or 0xFE877C) is known color: Salmon. HEX triplet: FE, 87 and 7C. RGB value is (254,135,124). Sum of RGB (Red+Green+Blue) = 254+135+124=513 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.51% from 513); Green value is 135 (53.12% from 255 or 26.32% from 513); Blue value is 124 (48.83% from 255 or 24.17% from 513); Max value from RGB is 254 - color contains mainly: red. Hex color #FE877C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE877C is #017883. Grayscale: #A9A9A9. Windows color (decimal): -96388 or 8161278. OLE color: 8161278.

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

Color convert

RGB 254 135 124 -
CMYK 0 0.47 0.51 0.00
HSL 5.08º 0.98% 0.74% -
HSV(B) 5.08º 0.51% 1% -
XYZ 53.18 39.85 23.96 -
YUV 169.33 102.42 188.39 -
System Red Green Blue C M Y K H S L
Decimal 254 135 124 0 0.47 0.51 0.00 5.08 0.98 0.74
Hex FE 87 7C 0 2F 33 0 5 62 4A
Octal 376 207 174 0 57 63 0 5 142 112
Binary 11111110 10000111 1111100 0 101111 110011 0 101 1100010 1001010

Color Harmonies of #FE877C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE877C

Black with #FE877C

Text Example


Text Example

White with #FE877C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE877C; }

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

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

background-color css

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

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

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

border-color css

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

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

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