Html Css Color HEX #FE896C Salmon

📋 copy color: '#FE896C'

red 254 ◦ green 137 ◦ blue 108

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

Shades of Salmon #FE896C

Tints of Salmon #FE896C

RGB

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

 GREEN value IS 137 (53.91% from 255) = 27.45%

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

R = 50.9%
G = 27.45%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.57

 K value IS 0.00

RGB Variations

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

Color information

#FE896C (or 0xFE896C) is known color: Salmon. HEX triplet: FE, 89 and 6C. RGB value is (254,137,108). Sum of RGB (Red+Green+Blue) = 254+137+108=499 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.90% from 499); Green value is 137 (53.91% from 255 or 27.45% from 499); Blue value is 108 (42.58% from 255 or 21.64% from 499); Max value from RGB is 254 - color contains mainly: red. Hex color #FE896C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE896C is #017693. Grayscale: #A8A8A8. Windows color (decimal): -95892 or 7113214. OLE color: 7113214.

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

Color convert

RGB 254 137 108 -
CMYK 0 0.46 0.57 0.00
HSL 11.92º 0.99% 0.71% -
HSV(B) 11.92º 0.57% 1% -
XYZ 52.53 40.04 19.15 -
YUV 168.68 93.76 188.86 -
System Red Green Blue C M Y K H S L
Decimal 254 137 108 0 0.46 0.57 0.00 11.92 0.99 0.71
Hex FE 89 6C 0 2E 39 0 C 63 47
Octal 376 211 154 0 56 71 0 14 143 107
Binary 11111110 10001001 1101100 0 101110 111001 0 1100 1100011 1000111

Color Harmonies of #FE896C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE896C

Black with #FE896C

Text Example


Text Example

White with #FE896C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE896C; }

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

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

background-color css

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

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

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

border-color css

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

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

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