Html Css Color HEX #FE897A Salmon

📋 copy color: '#FE897A'

red 254 ◦ green 137 ◦ blue 122

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

Shades of Salmon #FE897A

Tints of Salmon #FE897A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 23.78%

R = 49.51%
G = 26.71%
B = 23.78%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.52

 K value IS 0.00

RGB Variations

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

Color information

#FE897A (or 0xFE897A) is known color: Salmon. HEX triplet: FE, 89 and 7A. RGB value is (254,137,122). Sum of RGB (Red+Green+Blue) = 254+137+122=513 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.51% from 513); Green value is 137 (53.91% from 255 or 26.71% from 513); Blue value is 122 (48.05% from 255 or 23.78% from 513); Max value from RGB is 254 - color contains mainly: red. Hex color #FE897A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE897A is #017685. Grayscale: #AAAAAA. Windows color (decimal): -95878 or 8030718. OLE color: 8030718.

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

Color convert

RGB 254 137 122 -
CMYK 0 0.46 0.52 0.00
HSL 6.82º 0.99% 0.74% -
HSV(B) 6.82º 0.52% 1% -
XYZ 53.33 40.37 23.39 -
YUV 170.27 100.76 187.72 -
System Red Green Blue C M Y K H S L
Decimal 254 137 122 0 0.46 0.52 0.00 6.82 0.99 0.74
Hex FE 89 7A 0 2E 34 0 7 63 4A
Octal 376 211 172 0 56 64 0 7 143 112
Binary 11111110 10001001 1111010 0 101110 110100 0 111 1100011 1001010

Color Harmonies of #FE897A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE897A

Black with #FE897A

Text Example


Text Example

White with #FE897A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE897A; }

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

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

background-color css

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

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

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

border-color css

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

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

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