Html Css Color HEX #FA8769 Salmon

📋 copy color: '#FA8769'

red 250 ◦ green 135 ◦ blue 105

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

Shades of Salmon #FA8769

Tints of Salmon #FA8769

RGB

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

 GREEN value IS 135 (53.13% from 255) = 27.55%

 BLUE value IS 105 (41.41% from 255) = 21.43%

R = 51.02%
G = 27.55%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#FA8769 (or 0xFA8769) is known color: Salmon. HEX triplet: FA, 87 and 69. RGB value is (250,135,105). Sum of RGB (Red+Green+Blue) = 250+135+105=490 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.02% from 490); Green value is 135 (53.12% from 255 or 27.55% from 490); Blue value is 105 (41.41% from 255 or 21.43% from 490); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8769 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8769 is #057896. Grayscale: #A6A6A6. Windows color (decimal): -358551 or 6916090. OLE color: 6916090.

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

Color convert

RGB 250 135 105 -
CMYK 0 0.46 0.58 0.02
HSL 12.41º 0.94% 0.7% -
HSV(B) 12.41º 0.58% 0.98% -
XYZ 50.64 38.67 18.16 -
YUV 165.97 93.6 187.94 -
System Red Green Blue C M Y K H S L
Decimal 250 135 105 0 0.46 0.58 0.02 12.41 0.94 0.7
Hex FA 87 69 0 2E 3A 2 C 5E 46
Octal 372 207 151 0 56 72 2 14 136 106
Binary 11111010 10000111 1101001 0 101110 111010 10 1100 1011110 1000110

Color Harmonies of #FA8769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8769

Black with #FA8769

Text Example


Text Example

White with #FA8769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8769; }

 p { color: rgb(250,135,105); }

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

background-color css

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

 a { background-color: rgb(250,135,105); }

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

border-color css

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

 span { border-color: rgb(250,135,105); }

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