Html Css Color HEX #FA7868 Salmon

📋 copy color: '#FA7868'

red 250 ◦ green 120 ◦ blue 104

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

Shades of Salmon #FA7868

Tints of Salmon #FA7868

RGB

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

 GREEN value IS 120 (47.27% from 255) = 25.32%

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

R = 52.74%
G = 25.32%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#FA7868 (or 0xFA7868) is known color: Salmon. HEX triplet: FA, 78 and 68. RGB value is (250,120,104). Sum of RGB (Red+Green+Blue) = 250+120+104=474 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.74% from 474); Green value is 120 (47.27% from 255 or 25.32% from 474); Blue value is 104 (41.02% from 255 or 21.94% from 474); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7868 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7868 is #058797. Grayscale: #9D9D9D. Windows color (decimal): -362392 or 6846714. OLE color: 6846714.

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

Color convert

RGB 250 120 104 -
CMYK 0 0.52 0.58 0.02
HSL 6.58º 0.94% 0.69% -
HSV(B) 6.58º 0.58% 0.98% -
XYZ 48.64 34.76 17.24 -
YUV 157.05 98.07 194.3 -
System Red Green Blue C M Y K H S L
Decimal 250 120 104 0 0.52 0.58 0.02 6.58 0.94 0.69
Hex FA 78 68 0 34 3A 2 7 5E 45
Octal 372 170 150 0 64 72 2 7 136 105
Binary 11111010 1111000 1101000 0 110100 111010 10 111 1011110 1000101

Color Harmonies of #FA7868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7868

Black with #FA7868

Text Example


Text Example

White with #FA7868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7868; }

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

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

background-color css

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

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

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

border-color css

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

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

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