Html Css Color HEX #FEA479 Light Salmon

📋 copy color: '#FEA479'

red 254 ◦ green 164 ◦ blue 121

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

Shades of Light Salmon #FEA479

Tints of Light Salmon #FEA479

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 22.45%

R = 47.12%
G = 30.43%
B = 22.45%

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

#FEA479 (or 0xFEA479) is known color: Light Salmon. HEX triplet: FE, A4 and 79. RGB value is (254,164,121). Sum of RGB (Red+Green+Blue) = 254+164+121=539 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.12% from 539); Green value is 164 (64.45% from 255 or 30.43% from 539); Blue value is 121 (47.66% from 255 or 22.45% from 539); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA479 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA479 is #015B86. Grayscale: #BABABA. Windows color (decimal): -88967 or 7972094. OLE color: 7972094.

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

Color convert

RGB 254 164 121 -
CMYK 0 0.35 0.52 0.00
HSL 19.4º 0.99% 0.74% -
HSV(B) 19.4º 0.52% 1% -
XYZ 57.6 49 24.51 -
YUV 186.01 91.32 176.5 -
System Red Green Blue C M Y K H S L
Decimal 254 164 121 0 0.35 0.52 0.00 19.4 0.99 0.74
Hex FE A4 79 0 23 34 0 13 63 4A
Octal 376 244 171 0 43 64 0 23 143 112
Binary 11111110 10100100 1111001 0 100011 110100 0 10011 1100011 1001010

Color Harmonies of #FEA479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA479

Black with #FEA479

Text Example


Text Example

White with #FEA479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA479; }

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

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

background-color css

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

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

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

border-color css

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

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

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