Html Css Color HEX #FA8166 Salmon

📋 copy color: '#FA8166'

red 250 ◦ green 129 ◦ blue 102

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

Shades of Salmon #FA8166

Tints of Salmon #FA8166

RGB

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

 GREEN value IS 129 (50.78% from 255) = 26.82%

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

R = 51.98%
G = 26.82%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#FA8166 (or 0xFA8166) is known color: Salmon. HEX triplet: FA, 81 and 66. RGB value is (250,129,102). Sum of RGB (Red+Green+Blue) = 250+129+102=481 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.98% from 481); Green value is 129 (50.78% from 255 or 26.82% from 481); Blue value is 102 (40.23% from 255 or 21.21% from 481); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8166 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8166 is #057E99. Grayscale: #A2A2A2. Windows color (decimal): -360090 or 6717946. OLE color: 6717946.

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

Color convert

RGB 250 129 102 -
CMYK 0 0.48 0.59 0.02
HSL 10.95º 0.94% 0.69% -
HSV(B) 10.95º 0.59% 0.98% -
XYZ 49.67 36.98 17.09 -
YUV 162.1 94.09 190.7 -
System Red Green Blue C M Y K H S L
Decimal 250 129 102 0 0.48 0.59 0.02 10.95 0.94 0.69
Hex FA 81 66 0 30 3B 2 B 5E 45
Octal 372 201 146 0 60 73 2 13 136 105
Binary 11111010 10000001 1100110 0 110000 111011 10 1011 1011110 1000101

Color Harmonies of #FA8166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8166

Black with #FA8166

Text Example


Text Example

White with #FA8166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8166; }

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

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

background-color css

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

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

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

border-color css

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

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

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