Html Css Color HEX #FD756C Salmon

📋 copy color: '#FD756C'

red 253 ◦ green 117 ◦ blue 108

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

Shades of Salmon #FD756C

Tints of Salmon #FD756C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.48%

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

R = 52.93%
G = 24.48%
B = 22.59%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FD756C (or 0xFD756C) is known color: Salmon. HEX triplet: FD, 75 and 6C. RGB value is (253,117,108). Sum of RGB (Red+Green+Blue) = 253+117+108=478 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.93% from 478); Green value is 117 (46.09% from 255 or 24.48% from 478); Blue value is 108 (42.58% from 255 or 22.59% from 478); Max value from RGB is 253 - color contains mainly: red. Hex color #FD756C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD756C is #028A93. Grayscale: #9C9C9C. Windows color (decimal): -166548 or 7108093. OLE color: 7108093.

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

Color convert

RGB 253 117 108 -
CMYK 0 0.54 0.57 0.01
HSL 3.72º 0.97% 0.71% -
HSV(B) 3.72º 0.57% 0.99% -
XYZ 49.58 34.69 18.27 -
YUV 156.64 100.56 196.73 -
System Red Green Blue C M Y K H S L
Decimal 253 117 108 0 0.54 0.57 0.01 3.72 0.97 0.71
Hex FD 75 6C 0 36 39 1 4 61 47
Octal 375 165 154 0 66 71 1 4 141 107
Binary 11111101 1110101 1101100 0 110110 111001 1 100 1100001 1000111

Color Harmonies of #FD756C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD756C

Black with #FD756C

Text Example


Text Example

White with #FD756C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD756C; }

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

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

background-color css

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

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

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

border-color css

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

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

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