Html Css Color HEX #FDA485 Light Salmon

📋 copy color: '#FDA485'

red 253 ◦ green 164 ◦ blue 133

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

Shades of Light Salmon #FDA485

Tints of Light Salmon #FDA485

RGB

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

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

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

R = 46%
G = 29.82%
B = 24.18%

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

#FDA485 (or 0xFDA485) is known color: Light Salmon. HEX triplet: FD, A4 and 85. RGB value is (253,164,133). Sum of RGB (Red+Green+Blue) = 253+164+133=550 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46% from 550); Green value is 164 (64.45% from 255 or 29.82% from 550); Blue value is 133 (52.34% from 255 or 24.18% from 550); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA485 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA485 is #025B7A. Grayscale: #BBBBBB. Windows color (decimal): -154491 or 8758525. OLE color: 8758525.

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

Color convert

RGB 253 164 133 -
CMYK 0 0.35 0.47 0.01
HSL 15.5º 0.97% 0.76% -
HSV(B) 15.5º 0.47% 0.99% -
XYZ 58.02 49.13 28.61 -
YUV 187.08 97.49 175.02 -
System Red Green Blue C M Y K H S L
Decimal 253 164 133 0 0.35 0.47 0.01 15.5 0.97 0.76
Hex FD A4 85 0 23 2F 1 10 61 4C
Octal 375 244 205 0 43 57 1 20 141 114
Binary 11111101 10100100 10000101 0 100011 101111 1 10000 1100001 1001100

Color Harmonies of #FDA485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA485

Black with #FDA485

Text Example


Text Example

White with #FDA485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA485; }

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

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

background-color css

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

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

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

border-color css

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

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

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