Html Css Color HEX #FDA483 Light Salmon

📋 copy color: '#FDA483'

red 253 ◦ green 164 ◦ blue 131

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

Shades of Light Salmon #FDA483

Tints of Light Salmon #FDA483

RGB

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

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

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

R = 46.17%
G = 29.93%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.48

 K value IS 0.01

RGB Variations

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

Color information

#FDA483 (or 0xFDA483) is known color: Light Salmon. HEX triplet: FD, A4 and 83. RGB value is (253,164,131). Sum of RGB (Red+Green+Blue) = 253+164+131=548 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.17% from 548); Green value is 164 (64.45% from 255 or 29.93% from 548); Blue value is 131 (51.56% from 255 or 23.91% from 548); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA483 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA483 is #025B7C. Grayscale: #BBBBBB. Windows color (decimal): -154493 or 8627453. OLE color: 8627453.

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

Color convert

RGB 253 164 131 -
CMYK 0 0.35 0.48 0.01
HSL 16.23º 0.97% 0.75% -
HSV(B) 16.23º 0.48% 0.99% -
XYZ 57.88 49.07 27.89 -
YUV 186.85 96.49 175.18 -
System Red Green Blue C M Y K H S L
Decimal 253 164 131 0 0.35 0.48 0.01 16.23 0.97 0.75
Hex FD A4 83 0 23 30 1 10 61 4B
Octal 375 244 203 0 43 60 1 20 141 113
Binary 11111101 10100100 10000011 0 100011 110000 1 10000 1100001 1001011

Color Harmonies of #FDA483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA483

Black with #FDA483

Text Example


Text Example

White with #FDA483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA483; }

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

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

background-color css

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

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

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

border-color css

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

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

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