Html Css Color HEX #FF8764 Salmon

📋 copy color: '#FF8764'

red 255 ◦ green 135 ◦ blue 100

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

Shades of Salmon #FF8764

Tints of Salmon #FF8764

RGB

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

 GREEN value IS 135 (53.13% from 255) = 27.55%

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

R = 52.04%
G = 27.55%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.61

 K value IS 0

RGB Variations

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

Color information

#FF8764 (or 0xFF8764) is known color: Salmon. HEX triplet: FF, 87 and 64. RGB value is (255,135,100). Sum of RGB (Red+Green+Blue) = 255+135+100=490 (64% of max value = 765). Red value is 255 (100% from 255 or 52.04% from 490); Green value is 135 (53.12% from 255 or 27.55% from 490); Blue value is 100 (39.45% from 255 or 20.41% from 490); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8764 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8764 is #00789B. Grayscale: #A7A7A7. Windows color (decimal): -30876 or 6588415. OLE color: 6588415.

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

Color convert

RGB 255 135 100 -
CMYK 0 0.47 0.61 0
HSL 13.55º 1% 0.7% -
HSV(B) 13.55º 0.61% 1% -
XYZ 52.2 39.51 16.93 -
YUV 166.89 90.26 190.85 -
System Red Green Blue C M Y K H S L
Decimal 255 135 100 0 0.47 0.61 0 13.55 1 0.7
Hex FF 87 64 0 2F 3D 0 E 64 46
Octal 377 207 144 0 57 75 0 16 144 106
Binary 11111111 10000111 1100100 0 101111 111101 0 1110 1100100 1000110

Color Harmonies of #FF8764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8764

Black with #FF8764

Text Example


Text Example

White with #FF8764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8764; }

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

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

background-color css

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

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

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

border-color css

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

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

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