Html Css Color HEX #FA8064 Salmon

📋 copy color: '#FA8064'

red 250 ◦ green 128 ◦ blue 100

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

Shades of Salmon #FA8064

Tints of Salmon #FA8064

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.78%

 BLUE value IS 100 (39.45% from 255) = 20.92%

R = 52.3%
G = 26.78%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.6

 K value IS 0.02

RGB Variations

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

Color information

#FA8064 (or 0xFA8064) is known color: Salmon. HEX triplet: FA, 80 and 64. RGB value is (250,128,100). Sum of RGB (Red+Green+Blue) = 250+128+100=478 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.30% from 478); Green value is 128 (50.39% from 255 or 26.78% from 478); Blue value is 100 (39.45% from 255 or 20.92% from 478); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8064 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8064 is #057F9B. Grayscale: #A1A1A1. Windows color (decimal): -360348 or 6586618. OLE color: 6586618.

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

Color convert

RGB 250 128 100 -
CMYK 0 0.49 0.6 0.02
HSL 11.2º 0.94% 0.69% -
HSV(B) 11.2º 0.6% 0.98% -
XYZ 49.44 36.68 16.53 -
YUV 161.29 93.42 191.28 -
System Red Green Blue C M Y K H S L
Decimal 250 128 100 0 0.49 0.6 0.02 11.2 0.94 0.69
Hex FA 80 64 0 31 3C 2 B 5E 45
Octal 372 200 144 0 61 74 2 13 136 105
Binary 11111010 10000000 1100100 0 110001 111100 10 1011 1011110 1000101

Color Harmonies of #FA8064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8064

Black with #FA8064

Text Example


Text Example

White with #FA8064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8064; }

 p { color: rgb(250,128,100); }

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

background-color css

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

 a { background-color: rgb(250,128,100); }

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

border-color css

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

 span { border-color: rgb(250,128,100); }

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