Html Css Color HEX #FD7C65 Salmon

📋 copy color: '#FD7C65'

red 253 ◦ green 124 ◦ blue 101

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

Shades of Salmon #FD7C65

Tints of Salmon #FD7C65

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.94%

 BLUE value IS 101 (39.84% from 255) = 21.13%

R = 52.93%
G = 25.94%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FD7C65 (or 0xFD7C65) is known color: Salmon. HEX triplet: FD, 7C and 65. RGB value is (253,124,101). Sum of RGB (Red+Green+Blue) = 253+124+101=478 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.93% from 478); Green value is 124 (48.83% from 255 or 25.94% from 478); Blue value is 101 (39.84% from 255 or 21.13% from 478); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7C65 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD7C65 is #02839A. Grayscale: #A0A0A0. Windows color (decimal): -164763 or 6651133. OLE color: 6651133.

HSL color Cylindrical-coordinate representation of color #FD7C65: hue angle of 9.08º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FD7C65 is Cyan = 0, Magento = 0.51, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 124 101 -
CMYK 0 0.51 0.60 0.01
HSL 9.08º 0.97% 0.69% -
HSV(B) 9.08º 0.6% 0.99% -
XYZ 50.06 36.24 16.67 -
YUV 159.95 94.74 194.37 -
System Red Green Blue C M Y K H S L
Decimal 253 124 101 0 0.51 0.60 0.01 9.08 0.97 0.69
Hex FD 7C 65 0 33 3C 1 9 61 45
Octal 375 174 145 0 63 74 1 11 141 105
Binary 11111101 1111100 1100101 0 110011 111100 1 1001 1100001 1000101

Color Harmonies of #FD7C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7C65

Black with #FD7C65

Text Example


Text Example

White with #FD7C65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7C65; }

 p { color: rgb(253,124,101); }

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

background-color css

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

 a { background-color: rgb(253,124,101); }

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

border-color css

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

 span { border-color: rgb(253,124,101); }

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