Html Css Color HEX #FEA679 Light Salmon

📋 copy color: '#FEA679'

red 254 ◦ green 166 ◦ blue 121

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

Shades of Light Salmon #FEA679

Tints of Light Salmon #FEA679

RGB

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

 GREEN value IS 166 (65.23% from 255) = 30.68%

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

R = 46.95%
G = 30.68%
B = 22.37%

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

#FEA679 (or 0xFEA679) is known color: Light Salmon. HEX triplet: FE, A6 and 79. RGB value is (254,166,121). Sum of RGB (Red+Green+Blue) = 254+166+121=541 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.95% from 541); Green value is 166 (65.23% from 255 or 30.68% from 541); Blue value is 121 (47.66% from 255 or 22.37% from 541); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA679 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA679 is #015986. Grayscale: #BBBBBB. Windows color (decimal): -88455 or 7972606. OLE color: 7972606.

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

Color convert

RGB 254 166 121 -
CMYK 0 0.35 0.52 0.00
HSL 20.3º 0.99% 0.74% -
HSV(B) 20.3º 0.52% 1% -
XYZ 57.96 49.72 24.63 -
YUV 187.18 90.65 175.66 -
System Red Green Blue C M Y K H S L
Decimal 254 166 121 0 0.35 0.52 0.00 20.3 0.99 0.74
Hex FE A6 79 0 23 34 0 14 63 4A
Octal 376 246 171 0 43 64 0 24 143 112
Binary 11111110 10100110 1111001 0 100011 110100 0 10100 1100011 1001010

Color Harmonies of #FEA679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA679

Black with #FEA679

Text Example


Text Example

White with #FEA679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA679; }

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

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

background-color css

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

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

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

border-color css

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

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

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