Html Css Color HEX #FDA37E Light Salmon

📋 copy color: '#FDA37E'

red 253 ◦ green 163 ◦ blue 126

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

Shades of Light Salmon #FDA37E

Tints of Light Salmon #FDA37E

RGB

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

 GREEN value IS 163 (64.06% from 255) = 30.07%

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

R = 46.68%
G = 30.07%
B = 23.25%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FDA37E (or 0xFDA37E) is known color: Light Salmon. HEX triplet: FD, A3 and 7E. RGB value is (253,163,126). Sum of RGB (Red+Green+Blue) = 253+163+126=542 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.68% from 542); Green value is 163 (64.06% from 255 or 30.07% from 542); Blue value is 126 (49.61% from 255 or 23.25% from 542); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA37E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA37E is #025C81. Grayscale: #B9B9B9. Windows color (decimal): -154754 or 8299517. OLE color: 8299517.

HSL color Cylindrical-coordinate representation of color #FDA37E: hue angle of 17.48º 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 #FDA37E is Cyan = 0, Magento = 0.36, Yellow = 0.50 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 163 126 -
CMYK 0 0.36 0.50 0.01
HSL 17.48º 0.97% 0.74% -
HSV(B) 17.48º 0.5% 0.99% -
XYZ 57.37 48.58 26.09 -
YUV 185.69 94.32 176.01 -
System Red Green Blue C M Y K H S L
Decimal 253 163 126 0 0.36 0.50 0.01 17.48 0.97 0.74
Hex FD A3 7E 0 24 32 1 11 61 4A
Octal 375 243 176 0 44 62 1 21 141 112
Binary 11111101 10100011 1111110 0 100100 110010 1 10001 1100001 1001010

Color Harmonies of #FDA37E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA37E

Black with #FDA37E

Text Example


Text Example

White with #FDA37E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA37E; }

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

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

background-color css

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

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

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

border-color css

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

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

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