Html Css Color HEX #FFA57C Light Salmon

📋 copy color: '#FFA57C'

red 255 ◦ green 165 ◦ blue 124

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

Shades of Light Salmon #FFA57C

Tints of Light Salmon #FFA57C

RGB

 RED value IS 255 (100% from 255) = 46.88%

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

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

R = 46.88%
G = 30.33%
B = 22.79%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.51

 K value IS 0

RGB Variations

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

Color information

#FFA57C (or 0xFFA57C) is known color: Light Salmon. HEX triplet: FF, A5 and 7C. RGB value is (255,165,124). Sum of RGB (Red+Green+Blue) = 255+165+124=544 (72% of max value = 765). Red value is 255 (100% from 255 or 46.88% from 544); Green value is 165 (64.84% from 255 or 30.33% from 544); Blue value is 124 (48.83% from 255 or 22.79% from 544); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA57C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA57C is #005A83. Grayscale: #BBBBBB. Windows color (decimal): -23172 or 8168959. OLE color: 8168959.

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

Color convert

RGB 255 165 124 -
CMYK 0 0.35 0.51 0
HSL 18.78º 1% 0.74% -
HSV(B) 18.78º 0.51% 1% -
XYZ 58.33 49.63 25.57 -
YUV 187.24 92.32 176.33 -
System Red Green Blue C M Y K H S L
Decimal 255 165 124 0 0.35 0.51 0 18.78 1 0.74
Hex FF A5 7C 0 23 33 0 13 64 4A
Octal 377 245 174 0 43 63 0 23 144 112
Binary 11111111 10100101 1111100 0 100011 110011 0 10011 1100100 1001010

Color Harmonies of #FFA57C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA57C

Black with #FFA57C

Text Example


Text Example

White with #FFA57C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA57C; }

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

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

background-color css

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

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

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

border-color css

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

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

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