Html Css Color HEX #FDA078 Light Salmon

📋 copy color: '#FDA078'

red 253 ◦ green 160 ◦ blue 120

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

Shades of Light Salmon #FDA078

Tints of Light Salmon #FDA078

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.02%

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

R = 47.47%
G = 30.02%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#FDA078 (or 0xFDA078) is known color: Light Salmon. HEX triplet: FD, A0 and 78. RGB value is (253,160,120). Sum of RGB (Red+Green+Blue) = 253+160+120=533 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.47% from 533); Green value is 160 (62.89% from 255 or 30.02% from 533); Blue value is 120 (47.27% from 255 or 22.51% from 533); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA078 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA078 is #025F87. Grayscale: #B7B7B7. Windows color (decimal): -155528 or 7905533. OLE color: 7905533.

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

Color convert

RGB 253 160 120 -
CMYK 0 0.37 0.53 0.01
HSL 18.05º 0.97% 0.73% -
HSV(B) 18.05º 0.53% 0.99% -
XYZ 56.47 47.38 23.94 -
YUV 183.25 92.31 177.75 -
System Red Green Blue C M Y K H S L
Decimal 253 160 120 0 0.37 0.53 0.01 18.05 0.97 0.73
Hex FD A0 78 0 25 35 1 12 61 49
Octal 375 240 170 0 45 65 1 22 141 111
Binary 11111101 10100000 1111000 0 100101 110101 1 10010 1100001 1001001

Color Harmonies of #FDA078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA078

Black with #FDA078

Text Example


Text Example

White with #FDA078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA078; }

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

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

background-color css

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

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

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

border-color css

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

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

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