Html Css Color HEX #FDA383 Light Salmon

📋 copy color: '#FDA383'

red 253 ◦ green 163 ◦ blue 131

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

Shades of Light Salmon #FDA383

Tints of Light Salmon #FDA383

RGB

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

 GREEN value IS 163 (64.06% from 255) = 29.8%

 BLUE value IS 131 (51.56% from 255) = 23.95%

R = 46.25%
G = 29.8%
B = 23.95%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.48

 K value IS 0.01

RGB Variations

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

Color information

#FDA383 (or 0xFDA383) is known color: Light Salmon. HEX triplet: FD, A3 and 83. RGB value is (253,163,131). Sum of RGB (Red+Green+Blue) = 253+163+131=547 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.25% from 547); Green value is 163 (64.06% from 255 or 29.80% from 547); Blue value is 131 (51.56% from 255 or 23.95% from 547); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA383 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA383 is #025C7C. Grayscale: #BABABA. Windows color (decimal): -154749 or 8627197. OLE color: 8627197.

HSL color Cylindrical-coordinate representation of color #FDA383: hue angle of 15.74º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FDA383 is Cyan = 0, Magento = 0.36, Yellow = 0.48 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 163 131 -
CMYK 0 0.36 0.48 0.01
HSL 15.74º 0.97% 0.75% -
HSV(B) 15.74º 0.48% 0.99% -
XYZ 57.7 48.72 27.83 -
YUV 186.26 96.82 175.6 -
System Red Green Blue C M Y K H S L
Decimal 253 163 131 0 0.36 0.48 0.01 15.74 0.97 0.75
Hex FD A3 83 0 24 30 1 10 61 4B
Octal 375 243 203 0 44 60 1 20 141 113
Binary 11111101 10100011 10000011 0 100100 110000 1 10000 1100001 1001011

Color Harmonies of #FDA383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA383

Black with #FDA383

Text Example


Text Example

White with #FDA383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA383; }

 p { color: rgb(253,163,131); }

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

background-color css

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

 a { background-color: rgb(253,163,131); }

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

border-color css

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

 span { border-color: rgb(253,163,131); }

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