Html Css Color HEX #FDA478 Light Salmon

📋 copy color: '#FDA478'

red 253 ◦ green 164 ◦ blue 120

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

Shades of Light Salmon #FDA478

Tints of Light Salmon #FDA478

RGB

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

 GREEN value IS 164 (64.45% from 255) = 30.54%

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

R = 47.11%
G = 30.54%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#FDA478 (or 0xFDA478) is known color: Light Salmon. HEX triplet: FD, A4 and 78. RGB value is (253,164,120). Sum of RGB (Red+Green+Blue) = 253+164+120=537 (71% of max value = 765). Red value is 253 (99.22% from 255 or 47.11% from 537); Green value is 164 (64.45% from 255 or 30.54% from 537); Blue value is 120 (47.27% from 255 or 22.35% from 537); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA478 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA478 is #025B87. Grayscale: #B9B9B9. Windows color (decimal): -154504 or 7906557. OLE color: 7906557.

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

Color convert

RGB 253 164 120 -
CMYK 0 0.35 0.53 0.01
HSL 19.85º 0.97% 0.73% -
HSV(B) 19.85º 0.53% 0.99% -
XYZ 57.17 48.79 24.17 -
YUV 185.6 90.99 176.08 -
System Red Green Blue C M Y K H S L
Decimal 253 164 120 0 0.35 0.53 0.01 19.85 0.97 0.73
Hex FD A4 78 0 23 35 1 14 61 49
Octal 375 244 170 0 43 65 1 24 141 111
Binary 11111101 10100100 1111000 0 100011 110101 1 10100 1100001 1001001

Color Harmonies of #FDA478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA478

Black with #FDA478

Text Example


Text Example

White with #FDA478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA478; }

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

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

background-color css

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

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

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

border-color css

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

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

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