Html Css Color HEX #FA8866 Salmon

📋 copy color: '#FA8866'

red 250 ◦ green 136 ◦ blue 102

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

Shades of Salmon #FA8866

Tints of Salmon #FA8866

RGB

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

 GREEN value IS 136 (53.52% from 255) = 27.87%

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

R = 51.23%
G = 27.87%
B = 20.9%

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

#FA8866 (or 0xFA8866) is known color: Salmon. HEX triplet: FA, 88 and 66. RGB value is (250,136,102). Sum of RGB (Red+Green+Blue) = 250+136+102=488 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.23% from 488); Green value is 136 (53.52% from 255 or 27.87% from 488); Blue value is 102 (40.23% from 255 or 20.90% from 488); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8866 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8866 is #057799. Grayscale: #A6A6A6. Windows color (decimal): -358298 or 6719738. OLE color: 6719738.

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

Color convert

RGB 250 136 102 -
CMYK 0 0.46 0.59 0.02
HSL 13.78º 0.94% 0.69% -
HSV(B) 13.78º 0.59% 0.98% -
XYZ 50.63 38.89 17.41 -
YUV 166.21 91.77 187.76 -
System Red Green Blue C M Y K H S L
Decimal 250 136 102 0 0.46 0.59 0.02 13.78 0.94 0.69
Hex FA 88 66 0 2E 3B 2 E 5E 45
Octal 372 210 146 0 56 73 2 16 136 105
Binary 11111010 10001000 1100110 0 101110 111011 10 1110 1011110 1000101

Color Harmonies of #FA8866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8866

Black with #FA8866

Text Example


Text Example

White with #FA8866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8866; }

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

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

background-color css

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

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

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

border-color css

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

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

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