Html Css Color HEX #FA8666 Salmon

📋 copy color: '#FA8666'

red 250 ◦ green 134 ◦ blue 102

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

Shades of Salmon #FA8666

Tints of Salmon #FA8666

RGB

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

 GREEN value IS 134 (52.73% from 255) = 27.57%

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

R = 51.44%
G = 27.57%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#FA8666 (or 0xFA8666) is known color: Salmon. HEX triplet: FA, 86 and 66. RGB value is (250,134,102). Sum of RGB (Red+Green+Blue) = 250+134+102=486 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.44% from 486); Green value is 134 (52.73% from 255 or 27.57% from 486); Blue value is 102 (40.23% from 255 or 20.99% from 486); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8666 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8666 is #057999. Grayscale: #A5A5A5. Windows color (decimal): -358810 or 6719226. OLE color: 6719226.

HSL color Cylindrical-coordinate representation of color #FA8666: hue angle of 12.97º 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 #FA8666 is Cyan = 0, Magento = 0.46, Yellow = 0.59 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 134 102 -
CMYK 0 0.46 0.59 0.02
HSL 12.97º 0.94% 0.69% -
HSV(B) 12.97º 0.59% 0.98% -
XYZ 50.35 38.33 17.32 -
YUV 165.04 92.43 188.6 -
System Red Green Blue C M Y K H S L
Decimal 250 134 102 0 0.46 0.59 0.02 12.97 0.94 0.69
Hex FA 86 66 0 2E 3B 2 D 5E 45
Octal 372 206 146 0 56 73 2 15 136 105
Binary 11111010 10000110 1100110 0 101110 111011 10 1101 1011110 1000101

Color Harmonies of #FA8666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8666

Black with #FA8666

Text Example


Text Example

White with #FA8666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8666; }

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

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

background-color css

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

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

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

border-color css

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

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

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