Html Css Color HEX #FF8364 Salmon

📋 copy color: '#FF8364'

red 255 ◦ green 131 ◦ blue 100

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

Shades of Salmon #FF8364

Tints of Salmon #FF8364

RGB

 RED value IS 255 (100% from 255) = 52.47%

 GREEN value IS 131 (51.56% from 255) = 26.95%

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

R = 52.47%
G = 26.95%
B = 20.58%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.61

 K value IS 0

RGB Variations

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

Color information

#FF8364 (or 0xFF8364) is known color: Salmon. HEX triplet: FF, 83 and 64. RGB value is (255,131,100). Sum of RGB (Red+Green+Blue) = 255+131+100=486 (64% of max value = 765). Red value is 255 (100% from 255 or 52.47% from 486); Green value is 131 (51.56% from 255 or 26.95% from 486); Blue value is 100 (39.45% from 255 or 20.58% from 486); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8364 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8364 is #007C9B. Grayscale: #A4A4A4. Windows color (decimal): -31900 or 6587391. OLE color: 6587391.

HSL color Cylindrical-coordinate representation of color #FF8364: hue angle of 12º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FF8364 is Cyan = 0, Magento = 0.49, Yellow = 0.61 and Black (K on CMYK) = 0.

Color convert

RGB 255 131 100 -
CMYK 0 0.49 0.61 0
HSL 12º 1% 0.7% -
HSV(B) 12º 0.61% 1% -
XYZ 51.66 38.41 16.75 -
YUV 164.54 91.58 192.52 -
System Red Green Blue C M Y K H S L
Decimal 255 131 100 0 0.49 0.61 0 12 1 0.7
Hex FF 83 64 0 31 3D 0 C 64 46
Octal 377 203 144 0 61 75 0 14 144 106
Binary 11111111 10000011 1100100 0 110001 111101 0 1100 1100100 1000110

Color Harmonies of #FF8364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8364

Black with #FF8364

Text Example


Text Example

White with #FF8364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8364; }

 p { color: rgb(255,131,100); }

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

background-color css

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

 a { background-color: rgb(255,131,100); }

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

border-color css

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

 span { border-color: rgb(255,131,100); }

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