Html Css Color HEX #FDA380 Light Salmon

📋 copy color: '#FDA380'

red 253 ◦ green 163 ◦ blue 128

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

Shades of Light Salmon #FDA380

Tints of Light Salmon #FDA380

RGB

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

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

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

R = 46.51%
G = 29.96%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FDA380 (or 0xFDA380) is known color: Light Salmon. HEX triplet: FD, A3 and 80. RGB value is (253,163,128). Sum of RGB (Red+Green+Blue) = 253+163+128=544 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.51% from 544); Green value is 163 (64.06% from 255 or 29.96% from 544); Blue value is 128 (50.39% from 255 or 23.53% from 544); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA380 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA380 is #025C7F. Grayscale: #BABABA. Windows color (decimal): -154752 or 8430589. OLE color: 8430589.

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

Color convert

RGB 253 163 128 -
CMYK 0 0.36 0.49 0.01
HSL 16.8º 0.97% 0.75% -
HSV(B) 16.8º 0.49% 0.99% -
XYZ 57.5 48.64 26.78 -
YUV 185.92 95.32 175.85 -
System Red Green Blue C M Y K H S L
Decimal 253 163 128 0 0.36 0.49 0.01 16.8 0.97 0.75
Hex FD A3 80 0 24 31 1 11 61 4B
Octal 375 243 200 0 44 61 1 21 141 113
Binary 11111101 10100011 10000000 0 100100 110001 1 10001 1100001 1001011

Color Harmonies of #FDA380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA380

Black with #FDA380

Text Example


Text Example

White with #FDA380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA380; }

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

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

background-color css

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

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

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

border-color css

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

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

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