Html Css Color HEX #FF8675 Salmon

📋 copy color: '#FF8675'

red 255 ◦ green 134 ◦ blue 117

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

Shades of Salmon #FF8675

Tints of Salmon #FF8675

RGB

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

 GREEN value IS 134 (52.73% from 255) = 26.48%

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

R = 50.4%
G = 26.48%
B = 23.12%

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

#FF8675 (or 0xFF8675) is known color: Salmon. HEX triplet: FF, 86 and 75. RGB value is (255,134,117). Sum of RGB (Red+Green+Blue) = 255+134+117=506 (67% of max value = 765). Red value is 255 (100% from 255 or 50.40% from 506); Green value is 134 (52.73% from 255 or 26.48% from 506); Blue value is 117 (46.09% from 255 or 23.12% from 506); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8675 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8675 is #00798A. Grayscale: #A8A8A8. Windows color (decimal): -31115 or 7702271. OLE color: 7702271.

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

Color convert

RGB 255 134 117 -
CMYK 0 0.47 0.54 0
HSL 7.39º 1% 0.73% -
HSV(B) 7.39º 0.54% 1% -
XYZ 52.98 39.59 21.68 -
YUV 168.24 99.09 189.88 -
System Red Green Blue C M Y K H S L
Decimal 255 134 117 0 0.47 0.54 0 7.39 1 0.73
Hex FF 86 75 0 2F 36 0 7 64 49
Octal 377 206 165 0 57 66 0 7 144 111
Binary 11111111 10000110 1110101 0 101111 110110 0 111 1100100 1001001

Color Harmonies of #FF8675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8675

Black with #FF8675

Text Example


Text Example

White with #FF8675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8675; }

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

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

background-color css

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

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

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

border-color css

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

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

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