Html Css Color HEX #FDA985 Light Salmon

📋 copy color: '#FDA985'

red 253 ◦ green 169 ◦ blue 133

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

Shades of Light Salmon #FDA985

Tints of Light Salmon #FDA985

RGB

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

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

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

R = 45.59%
G = 30.45%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FDA985 (or 0xFDA985) is known color: Light Salmon. HEX triplet: FD, A9 and 85. RGB value is (253,169,133). Sum of RGB (Red+Green+Blue) = 253+169+133=555 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.59% from 555); Green value is 169 (66.41% from 255 or 30.45% from 555); Blue value is 133 (52.34% from 255 or 23.96% from 555); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA985 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA985 is #02567A. Grayscale: #BEBEBE. Windows color (decimal): -153211 or 8759805. OLE color: 8759805.

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

Color convert

RGB 253 169 133 -
CMYK 0 0.33 0.47 0.01
HSL 18º 0.97% 0.76% -
HSV(B) 18º 0.47% 0.99% -
XYZ 58.93 50.95 28.92 -
YUV 190.01 95.83 172.93 -
System Red Green Blue C M Y K H S L
Decimal 253 169 133 0 0.33 0.47 0.01 18 0.97 0.76
Hex FD A9 85 0 21 2F 1 12 61 4C
Octal 375 251 205 0 41 57 1 22 141 114
Binary 11111101 10101001 10000101 0 100001 101111 1 10010 1100001 1001100

Color Harmonies of #FDA985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA985

Black with #FDA985

Text Example


Text Example

White with #FDA985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA985; }

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

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

background-color css

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

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

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

border-color css

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

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

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