Html Css Color HEX #FEA57C Light Salmon

📋 copy color: '#FEA57C'

red 254 ◦ green 165 ◦ blue 124

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

Shades of Light Salmon #FEA57C

Tints of Light Salmon #FEA57C

RGB

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

 GREEN value IS 165 (64.84% from 255) = 30.39%

 BLUE value IS 124 (48.83% from 255) = 22.84%

R = 46.78%
G = 30.39%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.51

 K value IS 0.00

RGB Variations

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

Color information

#FEA57C (or 0xFEA57C) is known color: Light Salmon. HEX triplet: FE, A5 and 7C. RGB value is (254,165,124). Sum of RGB (Red+Green+Blue) = 254+165+124=543 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.78% from 543); Green value is 165 (64.84% from 255 or 30.39% from 543); Blue value is 124 (48.83% from 255 or 22.84% from 543); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA57C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA57C is #015A83. Grayscale: #BBBBBB. Windows color (decimal): -88708 or 8168958. OLE color: 8168958.

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

Color convert

RGB 254 165 124 -
CMYK 0 0.35 0.51 0.00
HSL 18.92º 0.98% 0.74% -
HSV(B) 18.92º 0.51% 1% -
XYZ 57.97 49.44 25.56 -
YUV 186.94 92.49 175.83 -
System Red Green Blue C M Y K H S L
Decimal 254 165 124 0 0.35 0.51 0.00 18.92 0.98 0.74
Hex FE A5 7C 0 23 33 0 13 62 4A
Octal 376 245 174 0 43 63 0 23 142 112
Binary 11111110 10100101 1111100 0 100011 110011 0 10011 1100010 1001010

Color Harmonies of #FEA57C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA57C

Black with #FEA57C

Text Example


Text Example

White with #FEA57C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA57C; }

 p { color: rgb(254,165,124); }

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

background-color css

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

 a { background-color: rgb(254,165,124); }

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

border-color css

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

 span { border-color: rgb(254,165,124); }

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