Html Css Color HEX #FE887A Salmon

📋 copy color: '#FE887A'

red 254 ◦ green 136 ◦ blue 122

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

Shades of Salmon #FE887A

Tints of Salmon #FE887A

RGB

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

 GREEN value IS 136 (53.52% from 255) = 26.56%

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

R = 49.61%
G = 26.56%
B = 23.83%

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

#FE887A (or 0xFE887A) is known color: Salmon. HEX triplet: FE, 88 and 7A. RGB value is (254,136,122). Sum of RGB (Red+Green+Blue) = 254+136+122=512 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.61% from 512); Green value is 136 (53.52% from 255 or 26.56% from 512); Blue value is 122 (48.05% from 255 or 23.83% from 512); Max value from RGB is 254 - color contains mainly: red. Hex color #FE887A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE887A is #017785. Grayscale: #A9A9A9. Windows color (decimal): -96134 or 8030462. OLE color: 8030462.

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

Color convert

RGB 254 136 122 -
CMYK 0 0.46 0.52 0.00
HSL 6.36º 0.99% 0.74% -
HSV(B) 6.36º 0.52% 1% -
XYZ 53.19 40.08 23.35 -
YUV 169.69 101.09 188.14 -
System Red Green Blue C M Y K H S L
Decimal 254 136 122 0 0.46 0.52 0.00 6.36 0.99 0.74
Hex FE 88 7A 0 2E 34 0 6 63 4A
Octal 376 210 172 0 56 64 0 6 143 112
Binary 11111110 10001000 1111010 0 101110 110100 0 110 1100011 1001010

Color Harmonies of #FE887A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE887A

Black with #FE887A

Text Example


Text Example

White with #FE887A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE887A; }

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

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

background-color css

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

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

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

border-color css

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

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

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