Html Css Color HEX #FDA988 Light Salmon

📋 copy color: '#FDA988'

red 253 ◦ green 169 ◦ blue 136

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

Shades of Light Salmon #FDA988

Tints of Light Salmon #FDA988

RGB

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

 GREEN value IS 169 (66.41% from 255) = 30.29%

 BLUE value IS 136 (53.52% from 255) = 24.37%

R = 45.34%
G = 30.29%
B = 24.37%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.46

 K value IS 0.01

RGB Variations

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

Color information

#FDA988 (or 0xFDA988) is known color: Light Salmon. HEX triplet: FD, A9 and 88. RGB value is (253,169,136). Sum of RGB (Red+Green+Blue) = 253+169+136=558 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.34% from 558); Green value is 169 (66.41% from 255 or 30.29% from 558); Blue value is 136 (53.52% from 255 or 24.37% from 558); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA988 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA988 is #025677. Grayscale: #BEBEBE. Windows color (decimal): -153208 or 8956413. OLE color: 8956413.

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

Color convert

RGB 253 169 136 -
CMYK 0 0.33 0.46 0.01
HSL 16.92º 0.97% 0.76% -
HSV(B) 16.92º 0.46% 0.99% -
XYZ 59.14 51.04 30.03 -
YUV 190.35 97.33 172.68 -
System Red Green Blue C M Y K H S L
Decimal 253 169 136 0 0.33 0.46 0.01 16.92 0.97 0.76
Hex FD A9 88 0 21 2E 1 11 61 4C
Octal 375 251 210 0 41 56 1 21 141 114
Binary 11111101 10101001 10001000 0 100001 101110 1 10001 1100001 1001100

Color Harmonies of #FDA988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA988

Black with #FDA988

Text Example


Text Example

White with #FDA988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA988; }

 p { color: rgb(253,169,136); }

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

background-color css

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

 a { background-color: rgb(253,169,136); }

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

border-color css

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

 span { border-color: rgb(253,169,136); }

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