Html Css Color HEX #FDA779 Light Salmon

📋 copy color: '#FDA779'

red 253 ◦ green 167 ◦ blue 121

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

Shades of Light Salmon #FDA779

Tints of Light Salmon #FDA779

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 22.37%

R = 46.77%
G = 30.87%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FDA779 (or 0xFDA779) is known color: Light Salmon. HEX triplet: FD, A7 and 79. RGB value is (253,167,121). Sum of RGB (Red+Green+Blue) = 253+167+121=541 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.77% from 541); Green value is 167 (65.62% from 255 or 30.87% from 541); Blue value is 121 (47.66% from 255 or 22.37% from 541); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA779 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA779 is #025886. Grayscale: #BBBBBB. Windows color (decimal): -153735 or 7972861. OLE color: 7972861.

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

Color convert

RGB 253 167 121 -
CMYK 0 0.34 0.52 0.01
HSL 20.91º 0.97% 0.73% -
HSV(B) 20.91º 0.52% 0.99% -
XYZ 57.78 49.9 24.68 -
YUV 187.47 90.49 174.74 -
System Red Green Blue C M Y K H S L
Decimal 253 167 121 0 0.34 0.52 0.01 20.91 0.97 0.73
Hex FD A7 79 0 22 34 1 15 61 49
Octal 375 247 171 0 42 64 1 25 141 111
Binary 11111101 10100111 1111001 0 100010 110100 1 10101 1100001 1001001

Color Harmonies of #FDA779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA779

Black with #FDA779

Text Example


Text Example

White with #FDA779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA779; }

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

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

background-color css

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

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

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

border-color css

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

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

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