Html Css Color HEX #FDA37D Light Salmon

📋 copy color: '#FDA37D'

red 253 ◦ green 163 ◦ blue 125

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

Shades of Light Salmon #FDA37D

Tints of Light Salmon #FDA37D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 23.11%

R = 46.77%
G = 30.13%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FDA37D (or 0xFDA37D) is known color: Light Salmon. HEX triplet: FD, A3 and 7D. RGB value is (253,163,125). Sum of RGB (Red+Green+Blue) = 253+163+125=541 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.77% from 541); Green value is 163 (64.06% from 255 or 30.13% from 541); Blue value is 125 (49.22% from 255 or 23.11% from 541); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA37D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA37D is #025C82. Grayscale: #B9B9B9. Windows color (decimal): -154755 or 8233981. OLE color: 8233981.

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

Color convert

RGB 253 163 125 -
CMYK 0 0.36 0.51 0.01
HSL 17.81º 0.97% 0.74% -
HSV(B) 17.81º 0.51% 0.99% -
XYZ 57.31 48.56 25.75 -
YUV 185.58 93.82 176.09 -
System Red Green Blue C M Y K H S L
Decimal 253 163 125 0 0.36 0.51 0.01 17.81 0.97 0.74
Hex FD A3 7D 0 24 33 1 12 61 4A
Octal 375 243 175 0 44 63 1 22 141 112
Binary 11111101 10100011 1111101 0 100100 110011 1 10010 1100001 1001010

Color Harmonies of #FDA37D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA37D

Black with #FDA37D

Text Example


Text Example

White with #FDA37D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA37D; }

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

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

background-color css

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

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

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

border-color css

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

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

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