Html Css Color HEX #FA7C66 Salmon

📋 copy color: '#FA7C66'

red 250 ◦ green 124 ◦ blue 102

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

Shades of Salmon #FA7C66

Tints of Salmon #FA7C66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 21.43%

R = 52.52%
G = 26.05%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#FA7C66 (or 0xFA7C66) is known color: Salmon. HEX triplet: FA, 7C and 66. RGB value is (250,124,102). Sum of RGB (Red+Green+Blue) = 250+124+102=476 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.52% from 476); Green value is 124 (48.83% from 255 or 26.05% from 476); Blue value is 102 (40.23% from 255 or 21.43% from 476); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7C66 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7C66 is #058399. Grayscale: #9F9F9F. Windows color (decimal): -361370 or 6716666. OLE color: 6716666.

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

Color convert

RGB 250 124 102 -
CMYK 0 0.50 0.59 0.02
HSL 8.92º 0.94% 0.69% -
HSV(B) 8.92º 0.59% 0.98% -
XYZ 49.03 35.7 16.88 -
YUV 159.17 95.74 192.79 -
System Red Green Blue C M Y K H S L
Decimal 250 124 102 0 0.50 0.59 0.02 8.92 0.94 0.69
Hex FA 7C 66 0 32 3B 2 9 5E 45
Octal 372 174 146 0 62 73 2 11 136 105
Binary 11111010 1111100 1100110 0 110010 111011 10 1001 1011110 1000101

Color Harmonies of #FA7C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7C66

Black with #FA7C66

Text Example


Text Example

White with #FA7C66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7C66; }

 p { color: rgb(250,124,102); }

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

background-color css

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

 a { background-color: rgb(250,124,102); }

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

border-color css

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

 span { border-color: rgb(250,124,102); }

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