Html Css Color HEX #FD806C Salmon

📋 copy color: '#FD806C'

red 253 ◦ green 128 ◦ blue 108

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

Shades of Salmon #FD806C

Tints of Salmon #FD806C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.18%

 BLUE value IS 108 (42.58% from 255) = 22.09%

R = 51.74%
G = 26.18%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FD806C (or 0xFD806C) is known color: Salmon. HEX triplet: FD, 80 and 6C. RGB value is (253,128,108). Sum of RGB (Red+Green+Blue) = 253+128+108=489 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.74% from 489); Green value is 128 (50.39% from 255 or 26.18% from 489); Blue value is 108 (42.58% from 255 or 22.09% from 489); Max value from RGB is 253 - color contains mainly: red. Hex color #FD806C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD806C is #027F93. Grayscale: #A3A3A3. Windows color (decimal): -163732 or 7110909. OLE color: 7110909.

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

Color convert

RGB 253 128 108 -
CMYK 0 0.49 0.57 0.01
HSL 8.28º 0.97% 0.71% -
HSV(B) 8.28º 0.57% 0.99% -
XYZ 50.93 37.4 18.72 -
YUV 163.1 96.91 192.13 -
System Red Green Blue C M Y K H S L
Decimal 253 128 108 0 0.49 0.57 0.01 8.28 0.97 0.71
Hex FD 80 6C 0 31 39 1 8 61 47
Octal 375 200 154 0 61 71 1 10 141 107
Binary 11111101 10000000 1101100 0 110001 111001 1 1000 1100001 1000111

Color Harmonies of #FD806C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD806C

Black with #FD806C

Text Example


Text Example

White with #FD806C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD806C; }

 p { color: rgb(253,128,108); }

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

background-color css

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

 a { background-color: rgb(253,128,108); }

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

border-color css

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

 span { border-color: rgb(253,128,108); }

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