Html Css Color HEX #FDA685 Light Salmon

📋 copy color: '#FDA685'

red 253 ◦ green 166 ◦ blue 133

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

Shades of Light Salmon #FDA685

Tints of Light Salmon #FDA685

RGB

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

 GREEN value IS 166 (65.23% from 255) = 30.07%

 BLUE value IS 133 (52.34% from 255) = 24.09%

R = 45.83%
G = 30.07%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FDA685 (or 0xFDA685) is known color: Light Salmon. HEX triplet: FD, A6 and 85. RGB value is (253,166,133). Sum of RGB (Red+Green+Blue) = 253+166+133=552 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.83% from 552); Green value is 166 (65.23% from 255 or 30.07% from 552); Blue value is 133 (52.34% from 255 or 24.09% from 552); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA685 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA685 is #02597A. Grayscale: #BCBCBC. Windows color (decimal): -153979 or 8759037. OLE color: 8759037.

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

Color convert

RGB 253 166 133 -
CMYK 0 0.34 0.47 0.01
HSL 16.5º 0.97% 0.76% -
HSV(B) 16.5º 0.47% 0.99% -
XYZ 58.38 49.85 28.74 -
YUV 188.25 96.82 174.18 -
System Red Green Blue C M Y K H S L
Decimal 253 166 133 0 0.34 0.47 0.01 16.5 0.97 0.76
Hex FD A6 85 0 22 2F 1 10 61 4C
Octal 375 246 205 0 42 57 1 20 141 114
Binary 11111101 10100110 10000101 0 100010 101111 1 10000 1100001 1001100

Color Harmonies of #FDA685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA685

Black with #FDA685

Text Example


Text Example

White with #FDA685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA685; }

 p { color: rgb(253,166,133); }

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

background-color css

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

 a { background-color: rgb(253,166,133); }

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

border-color css

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

 span { border-color: rgb(253,166,133); }

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