Html Css Color HEX #FDA080 Light Salmon

📋 copy color: '#FDA080'

red 253 ◦ green 160 ◦ blue 128

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

Shades of Light Salmon #FDA080

Tints of Light Salmon #FDA080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 23.66%

R = 46.77%
G = 29.57%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FDA080 (or 0xFDA080) is known color: Light Salmon. HEX triplet: FD, A0 and 80. RGB value is (253,160,128). Sum of RGB (Red+Green+Blue) = 253+160+128=541 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.77% from 541); Green value is 160 (62.89% from 255 or 29.57% from 541); Blue value is 128 (50.39% from 255 or 23.66% from 541); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA080 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA080 is #025F7F. Grayscale: #B8B8B8. Windows color (decimal): -155520 or 8429821. OLE color: 8429821.

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

Color convert

RGB 253 160 128 -
CMYK 0 0.37 0.49 0.01
HSL 15.36º 0.97% 0.75% -
HSV(B) 15.36º 0.49% 0.99% -
XYZ 56.98 47.58 26.6 -
YUV 184.16 96.31 177.1 -
System Red Green Blue C M Y K H S L
Decimal 253 160 128 0 0.37 0.49 0.01 15.36 0.97 0.75
Hex FD A0 80 0 25 31 1 F 61 4B
Octal 375 240 200 0 45 61 1 17 141 113
Binary 11111101 10100000 10000000 0 100101 110001 1 1111 1100001 1001011

Color Harmonies of #FDA080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA080

Black with #FDA080

Text Example


Text Example

White with #FDA080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA080; }

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

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

background-color css

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

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

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

border-color css

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

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

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