Html Css Color HEX #FDA181 Light Salmon

📋 copy color: '#FDA181'

red 253 ◦ green 161 ◦ blue 129

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

Shades of Light Salmon #FDA181

Tints of Light Salmon #FDA181

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 23.76%

R = 46.59%
G = 29.65%
B = 23.76%

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

#FDA181 (or 0xFDA181) is known color: Light Salmon. HEX triplet: FD, A1 and 81. RGB value is (253,161,129). Sum of RGB (Red+Green+Blue) = 253+161+129=543 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.59% from 543); Green value is 161 (63.28% from 255 or 29.65% from 543); Blue value is 129 (50.78% from 255 or 23.76% from 543); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA181 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA181 is #025E7E. Grayscale: #B9B9B9. Windows color (decimal): -155263 or 8495613. OLE color: 8495613.

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

Color convert

RGB 253 161 129 -
CMYK 0 0.36 0.49 0.01
HSL 15.48º 0.97% 0.75% -
HSV(B) 15.48º 0.49% 0.99% -
XYZ 57.22 47.96 27.01 -
YUV 184.86 96.48 176.6 -
System Red Green Blue C M Y K H S L
Decimal 253 161 129 0 0.36 0.49 0.01 15.48 0.97 0.75
Hex FD A1 81 0 24 31 1 F 61 4B
Octal 375 241 201 0 44 61 1 17 141 113
Binary 11111101 10100001 10000001 0 100100 110001 1 1111 1100001 1001011

Color Harmonies of #FDA181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA181

Black with #FDA181

Text Example


Text Example

White with #FDA181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA181; }

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

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

background-color css

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

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

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

border-color css

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

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

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