Html Css Color HEX #FE877E Salmon

📋 copy color: '#FE877E'

red 254 ◦ green 135 ◦ blue 126

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

Shades of Salmon #FE877E

Tints of Salmon #FE877E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 24.47%

R = 49.32%
G = 26.21%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FE877E (or 0xFE877E) is known color: Salmon. HEX triplet: FE, 87 and 7E. RGB value is (254,135,126). Sum of RGB (Red+Green+Blue) = 254+135+126=515 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.32% from 515); Green value is 135 (53.12% from 255 or 26.21% from 515); Blue value is 126 (49.61% from 255 or 24.47% from 515); Max value from RGB is 254 - color contains mainly: red. Hex color #FE877E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE877E is #017881. Grayscale: #A9A9A9. Windows color (decimal): -96386 or 8292350. OLE color: 8292350.

HSL color Cylindrical-coordinate representation of color #FE877E: hue angle of 4.22º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FE877E is Cyan = 0, Magento = 0.47, Yellow = 0.50 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 135 126 -
CMYK 0 0.47 0.50 0.00
HSL 4.22º 0.98% 0.75% -
HSV(B) 4.22º 0.5% 1% -
XYZ 53.3 39.91 24.63 -
YUV 169.56 103.42 188.23 -
System Red Green Blue C M Y K H S L
Decimal 254 135 126 0 0.47 0.50 0.00 4.22 0.98 0.75
Hex FE 87 7E 0 2F 32 0 4 62 4B
Octal 376 207 176 0 57 62 0 4 142 113
Binary 11111110 10000111 1111110 0 101111 110010 0 100 1100010 1001011

Color Harmonies of #FE877E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE877E

Black with #FE877E

Text Example


Text Example

White with #FE877E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE877E; }

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

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

background-color css

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

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

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

border-color css

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

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

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