Html Css Color HEX #FDA376 Light Salmon

📋 copy color: '#FDA376'

red 253 ◦ green 163 ◦ blue 118

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

Shades of Light Salmon #FDA376

Tints of Light Salmon #FDA376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 22.1%

R = 47.38%
G = 30.52%
B = 22.1%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#FDA376 (or 0xFDA376) is known color: Light Salmon. HEX triplet: FD, A3 and 76. RGB value is (253,163,118). Sum of RGB (Red+Green+Blue) = 253+163+118=534 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.38% from 534); Green value is 163 (64.06% from 255 or 30.52% from 534); Blue value is 118 (46.48% from 255 or 22.10% from 534); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA376 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA376 is #025C89. Grayscale: #B9B9B9. Windows color (decimal): -154762 or 7775229. OLE color: 7775229.

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

Color convert

RGB 253 163 118 -
CMYK 0 0.36 0.53 0.01
HSL 20º 0.97% 0.73% -
HSV(B) 20º 0.53% 0.99% -
XYZ 56.88 48.39 23.48 -
YUV 184.78 90.32 176.66 -
System Red Green Blue C M Y K H S L
Decimal 253 163 118 0 0.36 0.53 0.01 20 0.97 0.73
Hex FD A3 76 0 24 35 1 14 61 49
Octal 375 243 166 0 44 65 1 24 141 111
Binary 11111101 10100011 1110110 0 100100 110101 1 10100 1100001 1001001

Color Harmonies of #FDA376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA376

Black with #FDA376

Text Example


Text Example

White with #FDA376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA376; }

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

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

background-color css

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

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

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

border-color css

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

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

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