Html Css Color HEX #FDA585 Light Salmon

📋 copy color: '#FDA585'

red 253 ◦ green 165 ◦ blue 133

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

Shades of Light Salmon #FDA585

Tints of Light Salmon #FDA585

RGB

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

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

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

R = 45.92%
G = 29.95%
B = 24.14%

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

#FDA585 (or 0xFDA585) is known color: Light Salmon. HEX triplet: FD, A5 and 85. RGB value is (253,165,133). Sum of RGB (Red+Green+Blue) = 253+165+133=551 (72% of max value = 765). Red value is 253 (99.22% from 255 or 45.92% from 551); Green value is 165 (64.84% from 255 or 29.95% from 551); Blue value is 133 (52.34% from 255 or 24.14% from 551); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA585 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA585 is #025A7A. Grayscale: #BBBBBB. Windows color (decimal): -154235 or 8758781. OLE color: 8758781.

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

Color convert

RGB 253 165 133 -
CMYK 0 0.35 0.47 0.01
HSL 16º 0.97% 0.76% -
HSV(B) 16º 0.47% 0.99% -
XYZ 58.2 49.49 28.67 -
YUV 187.66 97.15 174.6 -
System Red Green Blue C M Y K H S L
Decimal 253 165 133 0 0.35 0.47 0.01 16 0.97 0.76
Hex FD A5 85 0 23 2F 1 10 61 4C
Octal 375 245 205 0 43 57 1 20 141 114
Binary 11111101 10100101 10000101 0 100011 101111 1 10000 1100001 1001100

Color Harmonies of #FDA585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA585

Black with #FDA585

Text Example


Text Example

White with #FDA585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA585; }

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

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

background-color css

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

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

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

border-color css

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

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

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