Html Css Color HEX #FDA57E Light Salmon

📋 copy color: '#FDA57E'

red 253 ◦ green 165 ◦ blue 126

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

Shades of Light Salmon #FDA57E

Tints of Light Salmon #FDA57E

RGB

 RED value IS 253 (99.22% from 255) = 46.51%

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

 BLUE value IS 126 (49.61% from 255) = 23.16%

R = 46.51%
G = 30.33%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FDA57E (or 0xFDA57E) is known color: Light Salmon. HEX triplet: FD, A5 and 7E. RGB value is (253,165,126). Sum of RGB (Red+Green+Blue) = 253+165+126=544 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.51% from 544); Green value is 165 (64.84% from 255 or 30.33% from 544); Blue value is 126 (49.61% from 255 or 23.16% from 544); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA57E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA57E is #025A81. Grayscale: #BBBBBB. Windows color (decimal): -154242 or 8300029. OLE color: 8300029.

HSL color Cylindrical-coordinate representation of color #FDA57E: hue angle of 18.43º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FDA57E is Cyan = 0, Magento = 0.35, Yellow = 0.50 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 165 126 -
CMYK 0 0.35 0.50 0.01
HSL 18.43º 0.97% 0.74% -
HSV(B) 18.43º 0.5% 0.99% -
XYZ 57.73 49.3 26.21 -
YUV 186.87 93.65 175.17 -
System Red Green Blue C M Y K H S L
Decimal 253 165 126 0 0.35 0.50 0.01 18.43 0.97 0.74
Hex FD A5 7E 0 23 32 1 12 61 4A
Octal 375 245 176 0 43 62 1 22 141 112
Binary 11111101 10100101 1111110 0 100011 110010 1 10010 1100001 1001010

Color Harmonies of #FDA57E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA57E

Black with #FDA57E

Text Example


Text Example

White with #FDA57E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA57E; }

 p { color: rgb(253,165,126); }

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

background-color css

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

 a { background-color: rgb(253,165,126); }

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

border-color css

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

 span { border-color: rgb(253,165,126); }

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