Html Css Color HEX #FDA486 Light Salmon

📋 copy color: '#FDA486'

red 253 ◦ green 164 ◦ blue 134

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

Shades of Light Salmon #FDA486

Tints of Light Salmon #FDA486

RGB

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

 GREEN value IS 164 (64.45% from 255) = 29.76%

 BLUE value IS 134 (52.73% from 255) = 24.32%

R = 45.92%
G = 29.76%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FDA486 (or 0xFDA486) is known color: Light Salmon. HEX triplet: FD, A4 and 86. RGB value is (253,164,134). Sum of RGB (Red+Green+Blue) = 253+164+134=551 (72% of max value = 765). Red value is 253 (99.22% from 255 or 45.92% from 551); Green value is 164 (64.45% from 255 or 29.76% from 551); Blue value is 134 (52.73% from 255 or 24.32% from 551); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA486 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA486 is #025B79. Grayscale: #BBBBBB. Windows color (decimal): -154490 or 8824061. OLE color: 8824061.

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

Color convert

RGB 253 164 134 -
CMYK 0 0.35 0.47 0.01
HSL 15.13º 0.97% 0.76% -
HSV(B) 15.13º 0.47% 0.99% -
XYZ 58.09 49.15 28.98 -
YUV 187.19 97.99 174.94 -
System Red Green Blue C M Y K H S L
Decimal 253 164 134 0 0.35 0.47 0.01 15.13 0.97 0.76
Hex FD A4 86 0 23 2F 1 F 61 4C
Octal 375 244 206 0 43 57 1 17 141 114
Binary 11111101 10100100 10000110 0 100011 101111 1 1111 1100001 1001100

Color Harmonies of #FDA486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA486

Black with #FDA486

Text Example


Text Example

White with #FDA486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA486; }

 p { color: rgb(253,164,134); }

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

background-color css

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

 a { background-color: rgb(253,164,134); }

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

border-color css

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

 span { border-color: rgb(253,164,134); }

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