Html Css Color HEX #FDA280 Light Salmon

📋 copy color: '#FDA280'

red 253 ◦ green 162 ◦ blue 128

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

Shades of Light Salmon #FDA280

Tints of Light Salmon #FDA280

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 23.57%

R = 46.59%
G = 29.83%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FDA280 (or 0xFDA280) is known color: Light Salmon. HEX triplet: FD, A2 and 80. RGB value is (253,162,128). Sum of RGB (Red+Green+Blue) = 253+162+128=543 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.59% from 543); Green value is 162 (63.67% from 255 or 29.83% from 543); Blue value is 128 (50.39% from 255 or 23.57% from 543); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA280 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA280 is #025D7F. Grayscale: #B9B9B9. Windows color (decimal): -155008 or 8430333. OLE color: 8430333.

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

Color convert

RGB 253 162 128 -
CMYK 0 0.36 0.49 0.01
HSL 16.32º 0.97% 0.75% -
HSV(B) 16.32º 0.49% 0.99% -
XYZ 57.32 48.28 26.72 -
YUV 185.33 95.65 176.26 -
System Red Green Blue C M Y K H S L
Decimal 253 162 128 0 0.36 0.49 0.01 16.32 0.97 0.75
Hex FD A2 80 0 24 31 1 10 61 4B
Octal 375 242 200 0 44 61 1 20 141 113
Binary 11111101 10100010 10000000 0 100100 110001 1 10000 1100001 1001011

Color Harmonies of #FDA280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA280

Black with #FDA280

Text Example


Text Example

White with #FDA280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA280; }

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

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

background-color css

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

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

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

border-color css

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

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

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