Html Css Color HEX #FDA178 Light Salmon

📋 copy color: '#FDA178'

red 253 ◦ green 161 ◦ blue 120

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

Shades of Light Salmon #FDA178

Tints of Light Salmon #FDA178

RGB

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

 GREEN value IS 161 (63.28% from 255) = 30.15%

 BLUE value IS 120 (47.27% from 255) = 22.47%

R = 47.38%
G = 30.15%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#FDA178 (or 0xFDA178) is known color: Light Salmon. HEX triplet: FD, A1 and 78. RGB value is (253,161,120). Sum of RGB (Red+Green+Blue) = 253+161+120=534 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.38% from 534); Green value is 161 (63.28% from 255 or 30.15% from 534); Blue value is 120 (47.27% from 255 or 22.47% from 534); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA178 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA178 is #025E87. Grayscale: #B8B8B8. Windows color (decimal): -155272 or 7905789. OLE color: 7905789.

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

Color convert

RGB 253 161 120 -
CMYK 0 0.36 0.53 0.01
HSL 18.5º 0.97% 0.73% -
HSV(B) 18.5º 0.53% 0.99% -
XYZ 56.64 47.73 24 -
YUV 183.83 91.98 177.33 -
System Red Green Blue C M Y K H S L
Decimal 253 161 120 0 0.36 0.53 0.01 18.5 0.97 0.73
Hex FD A1 78 0 24 35 1 12 61 49
Octal 375 241 170 0 44 65 1 22 141 111
Binary 11111101 10100001 1111000 0 100100 110101 1 10010 1100001 1001001

Color Harmonies of #FDA178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA178

Black with #FDA178

Text Example


Text Example

White with #FDA178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA178; }

 p { color: rgb(253,161,120); }

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

background-color css

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

 a { background-color: rgb(253,161,120); }

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

border-color css

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

 span { border-color: rgb(253,161,120); }

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