Html Css Color HEX #FA8168 Salmon

📋 copy color: '#FA8168'

red 250 ◦ green 129 ◦ blue 104

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

Shades of Salmon #FA8168

Tints of Salmon #FA8168

RGB

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

 GREEN value IS 129 (50.78% from 255) = 26.71%

 BLUE value IS 104 (41.02% from 255) = 21.53%

R = 51.76%
G = 26.71%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#FA8168 (or 0xFA8168) is known color: Salmon. HEX triplet: FA, 81 and 68. RGB value is (250,129,104). Sum of RGB (Red+Green+Blue) = 250+129+104=483 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.76% from 483); Green value is 129 (50.78% from 255 or 26.71% from 483); Blue value is 104 (41.02% from 255 or 21.53% from 483); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8168 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8168 is #057E97. Grayscale: #A2A2A2. Windows color (decimal): -360088 or 6849018. OLE color: 6849018.

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

Color convert

RGB 250 129 104 -
CMYK 0 0.48 0.58 0.02
HSL 10.27º 0.94% 0.69% -
HSV(B) 10.27º 0.58% 0.98% -
XYZ 49.77 37.02 17.62 -
YUV 162.33 95.09 190.53 -
System Red Green Blue C M Y K H S L
Decimal 250 129 104 0 0.48 0.58 0.02 10.27 0.94 0.69
Hex FA 81 68 0 30 3A 2 A 5E 45
Octal 372 201 150 0 60 72 2 12 136 105
Binary 11111010 10000001 1101000 0 110000 111010 10 1010 1011110 1000101

Color Harmonies of #FA8168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8168

Black with #FA8168

Text Example


Text Example

White with #FA8168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8168; }

 p { color: rgb(250,129,104); }

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

background-color css

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

 a { background-color: rgb(250,129,104); }

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

border-color css

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

 span { border-color: rgb(250,129,104); }

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