Html Css Color HEX #FA8569 Salmon

📋 copy color: '#FA8569'

red 250 ◦ green 133 ◦ blue 105

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

Shades of Salmon #FA8569

Tints of Salmon #FA8569

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.25%

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

R = 51.23%
G = 27.25%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#FA8569 (or 0xFA8569) is known color: Salmon. HEX triplet: FA, 85 and 69. RGB value is (250,133,105). Sum of RGB (Red+Green+Blue) = 250+133+105=488 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.23% from 488); Green value is 133 (52.34% from 255 or 27.25% from 488); Blue value is 105 (41.41% from 255 or 21.52% from 488); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8569 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8569 is #057A96. Grayscale: #A5A5A5. Windows color (decimal): -359063 or 6915578. OLE color: 6915578.

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

Color convert

RGB 250 133 105 -
CMYK 0 0.47 0.58 0.02
HSL 11.59º 0.94% 0.7% -
HSV(B) 11.59º 0.58% 0.98% -
XYZ 50.36 38.12 18.07 -
YUV 164.79 94.26 188.78 -
System Red Green Blue C M Y K H S L
Decimal 250 133 105 0 0.47 0.58 0.02 11.59 0.94 0.7
Hex FA 85 69 0 2F 3A 2 C 5E 46
Octal 372 205 151 0 57 72 2 14 136 106
Binary 11111010 10000101 1101001 0 101111 111010 10 1100 1011110 1000110

Color Harmonies of #FA8569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8569

Black with #FA8569

Text Example


Text Example

White with #FA8569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8569; }

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

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

background-color css

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

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

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

border-color css

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

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

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