Html Css Color HEX #FDA586 Light Salmon

📋 copy color: '#FDA586'

red 253 ◦ green 165 ◦ blue 134

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

Shades of Light Salmon #FDA586

Tints of Light Salmon #FDA586

RGB

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

 GREEN value IS 165 (64.84% from 255) = 29.89%

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

R = 45.83%
G = 29.89%
B = 24.28%

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

#FDA586 (or 0xFDA586) is known color: Light Salmon. HEX triplet: FD, A5 and 86. RGB value is (253,165,134). Sum of RGB (Red+Green+Blue) = 253+165+134=552 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.83% from 552); Green value is 165 (64.84% from 255 or 29.89% from 552); Blue value is 134 (52.73% from 255 or 24.28% from 552); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA586 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA586 is #025A79. Grayscale: #BBBBBB. Windows color (decimal): -154234 or 8824317. OLE color: 8824317.

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

Color convert

RGB 253 165 134 -
CMYK 0 0.35 0.47 0.01
HSL 15.63º 0.97% 0.76% -
HSV(B) 15.63º 0.47% 0.99% -
XYZ 58.27 49.51 29.04 -
YUV 187.78 97.65 174.52 -
System Red Green Blue C M Y K H S L
Decimal 253 165 134 0 0.35 0.47 0.01 15.63 0.97 0.76
Hex FD A5 86 0 23 2F 1 10 61 4C
Octal 375 245 206 0 43 57 1 20 141 114
Binary 11111101 10100101 10000110 0 100011 101111 1 10000 1100001 1001100

Color Harmonies of #FDA586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA586

Black with #FDA586

Text Example


Text Example

White with #FDA586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA586; }

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

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

background-color css

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

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

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

border-color css

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

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

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