Html Css Color HEX #FDA180 Light Salmon

📋 copy color: '#FDA180'

red 253 ◦ green 161 ◦ blue 128

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

Shades of Light Salmon #FDA180

Tints of Light Salmon #FDA180

RGB

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

 GREEN value IS 161 (63.28% from 255) = 29.7%

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

R = 46.68%
G = 29.7%
B = 23.62%

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

#FDA180 (or 0xFDA180) is known color: Light Salmon. HEX triplet: FD, A1 and 80. RGB value is (253,161,128). Sum of RGB (Red+Green+Blue) = 253+161+128=542 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.68% from 542); Green value is 161 (63.28% from 255 or 29.70% from 542); Blue value is 128 (50.39% from 255 or 23.62% from 542); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA180 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA180 is #025E7F. Grayscale: #B8B8B8. Windows color (decimal): -155264 or 8430077. OLE color: 8430077.

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

Color convert

RGB 253 161 128 -
CMYK 0 0.36 0.49 0.01
HSL 15.84º 0.97% 0.75% -
HSV(B) 15.84º 0.49% 0.99% -
XYZ 57.15 47.93 26.66 -
YUV 184.75 95.98 176.68 -
System Red Green Blue C M Y K H S L
Decimal 253 161 128 0 0.36 0.49 0.01 15.84 0.97 0.75
Hex FD A1 80 0 24 31 1 10 61 4B
Octal 375 241 200 0 44 61 1 20 141 113
Binary 11111101 10100001 10000000 0 100100 110001 1 10000 1100001 1001011

Color Harmonies of #FDA180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA180

Black with #FDA180

Text Example


Text Example

White with #FDA180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA180; }

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

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

background-color css

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

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

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

border-color css

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

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

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