Html Css Color HEX #FF8865 Salmon

📋 copy color: '#FF8865'

red 255 ◦ green 136 ◦ blue 101

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

Shades of Salmon #FF8865

Tints of Salmon #FF8865

RGB

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

 GREEN value IS 136 (53.52% from 255) = 27.64%

 BLUE value IS 101 (39.84% from 255) = 20.53%

R = 51.83%
G = 27.64%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.60

 K value IS 0

RGB Variations

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

Color information

#FF8865 (or 0xFF8865) is known color: Salmon. HEX triplet: FF, 88 and 65. RGB value is (255,136,101). Sum of RGB (Red+Green+Blue) = 255+136+101=492 (65% of max value = 765). Red value is 255 (100% from 255 or 51.83% from 492); Green value is 136 (53.52% from 255 or 27.64% from 492); Blue value is 101 (39.84% from 255 or 20.53% from 492); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8865 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8865 is #00779A. Grayscale: #A7A7A7. Windows color (decimal): -30619 or 6654207. OLE color: 6654207.

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

Color convert

RGB 255 136 101 -
CMYK 0 0.47 0.60 0
HSL 13.64º 1% 0.7% -
HSV(B) 13.64º 0.6% 1% -
XYZ 52.39 39.81 17.23 -
YUV 167.59 90.42 190.35 -
System Red Green Blue C M Y K H S L
Decimal 255 136 101 0 0.47 0.60 0 13.64 1 0.7
Hex FF 88 65 0 2F 3C 0 E 64 46
Octal 377 210 145 0 57 74 0 16 144 106
Binary 11111111 10001000 1100101 0 101111 111100 0 1110 1100100 1000110

Color Harmonies of #FF8865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8865

Black with #FF8865

Text Example


Text Example

White with #FF8865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8865; }

 p { color: rgb(255,136,101); }

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

background-color css

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

 a { background-color: rgb(255,136,101); }

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

border-color css

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

 span { border-color: rgb(255,136,101); }

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