Html Css Color HEX #FA7D65 Salmon

📋 copy color: '#FA7D65'

red 250 ◦ green 125 ◦ blue 101

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

Shades of Salmon #FA7D65

Tints of Salmon #FA7D65

RGB

 RED value IS 250 (98.05% from 255) = 52.52%

 GREEN value IS 125 (49.22% from 255) = 26.26%

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

R = 52.52%
G = 26.26%
B = 21.22%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#FA7D65 (or 0xFA7D65) is known color: Salmon. HEX triplet: FA, 7D and 65. RGB value is (250,125,101). Sum of RGB (Red+Green+Blue) = 250+125+101=476 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.52% from 476); Green value is 125 (49.22% from 255 or 26.26% from 476); Blue value is 101 (39.84% from 255 or 21.22% from 476); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7D65 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7D65 is #05829A. Grayscale: #9F9F9F. Windows color (decimal): -361115 or 6651386. OLE color: 6651386.

HSL color Cylindrical-coordinate representation of color #FA7D65: hue angle of 9.66º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FA7D65 is Cyan = 0, Magento = 0.50, Yellow = 0.60 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 125 101 -
CMYK 0 0.50 0.60 0.02
HSL 9.66º 0.94% 0.69% -
HSV(B) 9.66º 0.6% 0.98% -
XYZ 49.11 35.93 16.66 -
YUV 159.64 94.91 192.45 -
System Red Green Blue C M Y K H S L
Decimal 250 125 101 0 0.50 0.60 0.02 9.66 0.94 0.69
Hex FA 7D 65 0 32 3C 2 A 5E 45
Octal 372 175 145 0 62 74 2 12 136 105
Binary 11111010 1111101 1100101 0 110010 111100 10 1010 1011110 1000101

Color Harmonies of #FA7D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7D65

Black with #FA7D65

Text Example


Text Example

White with #FA7D65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7D65; }

 p { color: rgb(250,125,101); }

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

background-color css

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

 a { background-color: rgb(250,125,101); }

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

border-color css

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

 span { border-color: rgb(250,125,101); }

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