Html Css Color HEX #FE896A Salmon

📋 copy color: '#FE896A'

red 254 ◦ green 137 ◦ blue 106

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

Shades of Salmon #FE896A

Tints of Salmon #FE896A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 21.33%

R = 51.11%
G = 27.57%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.58

 K value IS 0.00

RGB Variations

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

Color information

#FE896A (or 0xFE896A) is known color: Salmon. HEX triplet: FE, 89 and 6A. RGB value is (254,137,106). Sum of RGB (Red+Green+Blue) = 254+137+106=497 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.11% from 497); Green value is 137 (53.91% from 255 or 27.57% from 497); Blue value is 106 (41.80% from 255 or 21.33% from 497); Max value from RGB is 254 - color contains mainly: red. Hex color #FE896A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE896A is #017695. Grayscale: #A8A8A8. Windows color (decimal): -95894 or 6982142. OLE color: 6982142.

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

Color convert

RGB 254 137 106 -
CMYK 0 0.46 0.58 0.00
HSL 12.57º 0.99% 0.71% -
HSV(B) 12.57º 0.58% 1% -
XYZ 52.42 40 18.59 -
YUV 168.45 92.76 189.02 -
System Red Green Blue C M Y K H S L
Decimal 254 137 106 0 0.46 0.58 0.00 12.57 0.99 0.71
Hex FE 89 6A 0 2E 3A 0 D 63 47
Octal 376 211 152 0 56 72 0 15 143 107
Binary 11111110 10001001 1101010 0 101110 111010 0 1101 1100011 1000111

Color Harmonies of #FE896A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE896A

Black with #FE896A

Text Example


Text Example

White with #FE896A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE896A; }

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

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

background-color css

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

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

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

border-color css

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

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

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