Html Css Color HEX #FA8A6C Salmon

📋 copy color: '#FA8A6C'

red 250 ◦ green 138 ◦ blue 108

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

Shades of Salmon #FA8A6C

Tints of Salmon #FA8A6C

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.82%

 BLUE value IS 108 (42.58% from 255) = 21.77%

R = 50.4%
G = 27.82%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#FA8A6C (or 0xFA8A6C) is known color: Salmon. HEX triplet: FA, 8A and 6C. RGB value is (250,138,108). Sum of RGB (Red+Green+Blue) = 250+138+108=496 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.40% from 496); Green value is 138 (54.30% from 255 or 27.82% from 496); Blue value is 108 (42.58% from 255 or 21.77% from 496); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8A6C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8A6C is #057593. Grayscale: #A8A8A8. Windows color (decimal): -357780 or 7113466. OLE color: 7113466.

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

Color convert

RGB 250 138 108 -
CMYK 0 0.45 0.57 0.02
HSL 12.68º 0.93% 0.7% -
HSV(B) 12.68º 0.57% 0.98% -
XYZ 51.22 39.58 19.13 -
YUV 168.07 94.11 186.44 -
System Red Green Blue C M Y K H S L
Decimal 250 138 108 0 0.45 0.57 0.02 12.68 0.93 0.7
Hex FA 8A 6C 0 2D 39 2 D 5D 46
Octal 372 212 154 0 55 71 2 15 135 106
Binary 11111010 10001010 1101100 0 101101 111001 10 1101 1011101 1000110

Color Harmonies of #FA8A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8A6C

Black with #FA8A6C

Text Example


Text Example

White with #FA8A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8A6C; }

 p { color: rgb(250,138,108); }

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

background-color css

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

 a { background-color: rgb(250,138,108); }

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

border-color css

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

 span { border-color: rgb(250,138,108); }

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