Html Css Color HEX #FDA076 Light Salmon

📋 copy color: '#FDA076'

red 253 ◦ green 160 ◦ blue 118

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

Shades of Light Salmon #FDA076

Tints of Light Salmon #FDA076

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.13%

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

R = 47.65%
G = 30.13%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#FDA076 (or 0xFDA076) is known color: Light Salmon. HEX triplet: FD, A0 and 76. RGB value is (253,160,118). Sum of RGB (Red+Green+Blue) = 253+160+118=531 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.65% from 531); Green value is 160 (62.89% from 255 or 30.13% from 531); Blue value is 118 (46.48% from 255 or 22.22% from 531); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA076 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA076 is #025F89. Grayscale: #B7B7B7. Windows color (decimal): -155530 or 7774461. OLE color: 7774461.

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

Color convert

RGB 253 160 118 -
CMYK 0 0.37 0.53 0.01
HSL 18.67º 0.97% 0.73% -
HSV(B) 18.67º 0.53% 0.99% -
XYZ 56.35 47.33 23.31 -
YUV 183.02 91.31 177.92 -
System Red Green Blue C M Y K H S L
Decimal 253 160 118 0 0.37 0.53 0.01 18.67 0.97 0.73
Hex FD A0 76 0 25 35 1 13 61 49
Octal 375 240 166 0 45 65 1 23 141 111
Binary 11111101 10100000 1110110 0 100101 110101 1 10011 1100001 1001001

Color Harmonies of #FDA076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA076

Black with #FDA076

Text Example


Text Example

White with #FDA076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA076; }

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

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

background-color css

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

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

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

border-color css

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

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

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