Html Css Color HEX #FDA781 Light Salmon

📋 copy color: '#FDA781'

red 253 ◦ green 167 ◦ blue 129

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

Shades of Light Salmon #FDA781

Tints of Light Salmon #FDA781

RGB

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

 GREEN value IS 167 (65.63% from 255) = 30.42%

 BLUE value IS 129 (50.78% from 255) = 23.5%

R = 46.08%
G = 30.42%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FDA781 (or 0xFDA781) is known color: Light Salmon. HEX triplet: FD, A7 and 81. RGB value is (253,167,129). Sum of RGB (Red+Green+Blue) = 253+167+129=549 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.08% from 549); Green value is 167 (65.62% from 255 or 30.42% from 549); Blue value is 129 (50.78% from 255 or 23.50% from 549); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA781 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA781 is #02587E. Grayscale: #BCBCBC. Windows color (decimal): -153727 or 8497149. OLE color: 8497149.

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

Color convert

RGB 253 167 129 -
CMYK 0 0.34 0.49 0.01
HSL 18.39º 0.97% 0.75% -
HSV(B) 18.39º 0.49% 0.99% -
XYZ 58.29 50.11 27.37 -
YUV 188.38 94.49 174.09 -
System Red Green Blue C M Y K H S L
Decimal 253 167 129 0 0.34 0.49 0.01 18.39 0.97 0.75
Hex FD A7 81 0 22 31 1 12 61 4B
Octal 375 247 201 0 42 61 1 22 141 113
Binary 11111101 10100111 10000001 0 100010 110001 1 10010 1100001 1001011

Color Harmonies of #FDA781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA781

Black with #FDA781

Text Example


Text Example

White with #FDA781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA781; }

 p { color: rgb(253,167,129); }

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

background-color css

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

 a { background-color: rgb(253,167,129); }

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

border-color css

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

 span { border-color: rgb(253,167,129); }

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