Html Css Color HEX #FDA77E Light Salmon

📋 copy color: '#FDA77E'

red 253 ◦ green 167 ◦ blue 126

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

Shades of Light Salmon #FDA77E

Tints of Light Salmon #FDA77E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 23.08%

R = 46.34%
G = 30.59%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FDA77E (or 0xFDA77E) is known color: Light Salmon. HEX triplet: FD, A7 and 7E. RGB value is (253,167,126). Sum of RGB (Red+Green+Blue) = 253+167+126=546 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.34% from 546); Green value is 167 (65.62% from 255 or 30.59% from 546); Blue value is 126 (49.61% from 255 or 23.08% from 546); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA77E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA77E is #025881. Grayscale: #BCBCBC. Windows color (decimal): -153730 or 8300541. OLE color: 8300541.

HSL color Cylindrical-coordinate representation of color #FDA77E: hue angle of 19.37º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FDA77E is Cyan = 0, Magento = 0.34, Yellow = 0.50 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 167 126 -
CMYK 0 0.34 0.50 0.01
HSL 19.37º 0.97% 0.74% -
HSV(B) 19.37º 0.5% 0.99% -
XYZ 58.09 50.03 26.33 -
YUV 188.04 92.99 174.33 -
System Red Green Blue C M Y K H S L
Decimal 253 167 126 0 0.34 0.50 0.01 19.37 0.97 0.74
Hex FD A7 7E 0 22 32 1 13 61 4A
Octal 375 247 176 0 42 62 1 23 141 112
Binary 11111101 10100111 1111110 0 100010 110010 1 10011 1100001 1001010

Color Harmonies of #FDA77E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA77E

Black with #FDA77E

Text Example


Text Example

White with #FDA77E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA77E; }

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

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

background-color css

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

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

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

border-color css

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

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

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