Html Css Color HEX #FEA47A Light Salmon

📋 copy color: '#FEA47A'

red 254 ◦ green 164 ◦ blue 122

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

Shades of Light Salmon #FEA47A

Tints of Light Salmon #FEA47A

RGB

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

 GREEN value IS 164 (64.45% from 255) = 30.37%

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

R = 47.04%
G = 30.37%
B = 22.59%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.52

 K value IS 0.00

RGB Variations

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

Color information

#FEA47A (or 0xFEA47A) is known color: Light Salmon. HEX triplet: FE, A4 and 7A. RGB value is (254,164,122). Sum of RGB (Red+Green+Blue) = 254+164+122=540 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.04% from 540); Green value is 164 (64.45% from 255 or 30.37% from 540); Blue value is 122 (48.05% from 255 or 22.59% from 540); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA47A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA47A is #015B85. Grayscale: #BABABA. Windows color (decimal): -88966 or 8037630. OLE color: 8037630.

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

Color convert

RGB 254 164 122 -
CMYK 0 0.35 0.52 0.00
HSL 19.09º 0.99% 0.74% -
HSV(B) 19.09º 0.52% 1% -
XYZ 57.66 49.03 24.84 -
YUV 186.12 91.82 176.42 -
System Red Green Blue C M Y K H S L
Decimal 254 164 122 0 0.35 0.52 0.00 19.09 0.99 0.74
Hex FE A4 7A 0 23 34 0 13 63 4A
Octal 376 244 172 0 43 64 0 23 143 112
Binary 11111110 10100100 1111010 0 100011 110100 0 10011 1100011 1001010

Color Harmonies of #FEA47A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA47A

Black with #FEA47A

Text Example


Text Example

White with #FEA47A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA47A; }

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

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

background-color css

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

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

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

border-color css

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

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

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