Html Css Color HEX #FEA678 Light Salmon

📋 copy color: '#FEA678'

red 254 ◦ green 166 ◦ blue 120

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

Shades of Light Salmon #FEA678

Tints of Light Salmon #FEA678

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 22.22%

R = 47.04%
G = 30.74%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.53

 K value IS 0.00

RGB Variations

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

Color information

#FEA678 (or 0xFEA678) is known color: Light Salmon. HEX triplet: FE, A6 and 78. RGB value is (254,166,120). Sum of RGB (Red+Green+Blue) = 254+166+120=540 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.04% from 540); Green value is 166 (65.23% from 255 or 30.74% from 540); Blue value is 120 (47.27% from 255 or 22.22% from 540); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA678 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA678 is #015987. Grayscale: #BBBBBB. Windows color (decimal): -88456 or 7907070. OLE color: 7907070.

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

Color convert

RGB 254 166 120 -
CMYK 0 0.35 0.53 0.00
HSL 20.6º 0.99% 0.73% -
HSV(B) 20.6º 0.53% 1% -
XYZ 57.9 49.7 24.31 -
YUV 187.07 90.15 175.74 -
System Red Green Blue C M Y K H S L
Decimal 254 166 120 0 0.35 0.53 0.00 20.6 0.99 0.73
Hex FE A6 78 0 23 35 0 15 63 49
Octal 376 246 170 0 43 65 0 25 143 111
Binary 11111110 10100110 1111000 0 100011 110101 0 10101 1100011 1001001

Color Harmonies of #FEA678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA678

Black with #FEA678

Text Example


Text Example

White with #FEA678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA678; }

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

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

background-color css

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

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

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

border-color css

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

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

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