Html Css Color HEX #FF8775 Salmon

📋 copy color: '#FF8775'

red 255 ◦ green 135 ◦ blue 117

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

Shades of Salmon #FF8775

Tints of Salmon #FF8775

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 23.08%

R = 50.3%
G = 26.63%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.54

 K value IS 0

RGB Variations

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

Color information

#FF8775 (or 0xFF8775) is known color: Salmon. HEX triplet: FF, 87 and 75. RGB value is (255,135,117). Sum of RGB (Red+Green+Blue) = 255+135+117=507 (67% of max value = 765). Red value is 255 (100% from 255 or 50.30% from 507); Green value is 135 (53.12% from 255 or 26.63% from 507); Blue value is 117 (46.09% from 255 or 23.08% from 507); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8775 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8775 is #00788A. Grayscale: #A9A9A9. Windows color (decimal): -30859 or 7702527. OLE color: 7702527.

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

Color convert

RGB 255 135 117 -
CMYK 0 0.47 0.54 0
HSL 7.83º 1% 0.73% -
HSV(B) 7.83º 0.54% 1% -
XYZ 53.11 39.87 21.73 -
YUV 168.83 98.76 189.46 -
System Red Green Blue C M Y K H S L
Decimal 255 135 117 0 0.47 0.54 0 7.83 1 0.73
Hex FF 87 75 0 2F 36 0 8 64 49
Octal 377 207 165 0 57 66 0 10 144 111
Binary 11111111 10000111 1110101 0 101111 110110 0 1000 1100100 1001001

Color Harmonies of #FF8775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8775

Black with #FF8775

Text Example


Text Example

White with #FF8775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8775; }

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

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

background-color css

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

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

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

border-color css

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

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

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