Html Css Color HEX #FA8466 Salmon

📋 copy color: '#FA8466'

red 250 ◦ green 132 ◦ blue 102

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

Shades of Salmon #FA8466

Tints of Salmon #FA8466

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.27%

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

R = 51.65%
G = 27.27%
B = 21.07%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#FA8466 (or 0xFA8466) is known color: Salmon. HEX triplet: FA, 84 and 66. RGB value is (250,132,102). Sum of RGB (Red+Green+Blue) = 250+132+102=484 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.65% from 484); Green value is 132 (51.95% from 255 or 27.27% from 484); Blue value is 102 (40.23% from 255 or 21.07% from 484); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8466 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8466 is #057B99. Grayscale: #A4A4A4. Windows color (decimal): -359322 or 6718714. OLE color: 6718714.

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

Color convert

RGB 250 132 102 -
CMYK 0 0.47 0.59 0.02
HSL 12.16º 0.94% 0.69% -
HSV(B) 12.16º 0.59% 0.98% -
XYZ 50.07 37.79 17.22 -
YUV 163.86 93.09 189.44 -
System Red Green Blue C M Y K H S L
Decimal 250 132 102 0 0.47 0.59 0.02 12.16 0.94 0.69
Hex FA 84 66 0 2F 3B 2 C 5E 45
Octal 372 204 146 0 57 73 2 14 136 105
Binary 11111010 10000100 1100110 0 101111 111011 10 1100 1011110 1000101

Color Harmonies of #FA8466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8466

Black with #FA8466

Text Example


Text Example

White with #FA8466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8466; }

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

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

background-color css

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

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

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

border-color css

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

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

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