Html Css Color HEX #FDA283 Light Salmon

📋 copy color: '#FDA283'

red 253 ◦ green 162 ◦ blue 131

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

Shades of Light Salmon #FDA283

Tints of Light Salmon #FDA283

RGB

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

 GREEN value IS 162 (63.67% from 255) = 29.67%

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

R = 46.34%
G = 29.67%
B = 23.99%

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

#FDA283 (or 0xFDA283) is known color: Light Salmon. HEX triplet: FD, A2 and 83. RGB value is (253,162,131). Sum of RGB (Red+Green+Blue) = 253+162+131=546 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.34% from 546); Green value is 162 (63.67% from 255 or 29.67% from 546); Blue value is 131 (51.56% from 255 or 23.99% from 546); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA283 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA283 is #025D7C. Grayscale: #B9B9B9. Windows color (decimal): -155005 or 8626941. OLE color: 8626941.

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

Color convert

RGB 253 162 131 -
CMYK 0 0.36 0.48 0.01
HSL 15.25º 0.97% 0.75% -
HSV(B) 15.25º 0.48% 0.99% -
XYZ 57.53 48.36 27.78 -
YUV 185.68 97.15 176.02 -
System Red Green Blue C M Y K H S L
Decimal 253 162 131 0 0.36 0.48 0.01 15.25 0.97 0.75
Hex FD A2 83 0 24 30 1 F 61 4B
Octal 375 242 203 0 44 60 1 17 141 113
Binary 11111101 10100010 10000011 0 100100 110000 1 1111 1100001 1001011

Color Harmonies of #FDA283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA283

Black with #FDA283

Text Example


Text Example

White with #FDA283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA283; }

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

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

background-color css

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

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

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

border-color css

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

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

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