Html Css Color HEX #FA866B Salmon

📋 copy color: '#FA866B'

red 250 ◦ green 134 ◦ blue 107

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

Shades of Salmon #FA866B

Tints of Salmon #FA866B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 21.79%

R = 50.92%
G = 27.29%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#FA866B (or 0xFA866B) is known color: Salmon. HEX triplet: FA, 86 and 6B. RGB value is (250,134,107). Sum of RGB (Red+Green+Blue) = 250+134+107=491 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.92% from 491); Green value is 134 (52.73% from 255 or 27.29% from 491); Blue value is 107 (42.19% from 255 or 21.79% from 491); Max value from RGB is 250 - color contains mainly: red. Hex color #FA866B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA866B is #057994. Grayscale: #A5A5A5. Windows color (decimal): -358805 or 7046906. OLE color: 7046906.

HSL color Cylindrical-coordinate representation of color #FA866B: hue angle of 11.33º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FA866B is Cyan = 0, Magento = 0.46, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 134 107 -
CMYK 0 0.46 0.57 0.02
HSL 11.33º 0.93% 0.7% -
HSV(B) 11.33º 0.57% 0.98% -
XYZ 50.6 38.44 18.66 -
YUV 165.61 94.93 188.2 -
System Red Green Blue C M Y K H S L
Decimal 250 134 107 0 0.46 0.57 0.02 11.33 0.93 0.7
Hex FA 86 6B 0 2E 39 2 B 5D 46
Octal 372 206 153 0 56 71 2 13 135 106
Binary 11111010 10000110 1101011 0 101110 111001 10 1011 1011101 1000110

Color Harmonies of #FA866B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA866B

Black with #FA866B

Text Example


Text Example

White with #FA866B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA866B; }

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

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

background-color css

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

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

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

border-color css

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

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

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