Html Css Color HEX #FF8375 Salmon

📋 copy color: '#FF8375'

red 255 ◦ green 131 ◦ blue 117

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

Shades of Salmon #FF8375

Tints of Salmon #FF8375

RGB

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

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

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

R = 50.7%
G = 26.04%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.54

 K value IS 0

RGB Variations

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

Color information

#FF8375 (or 0xFF8375) is known color: Salmon. HEX triplet: FF, 83 and 75. RGB value is (255,131,117). Sum of RGB (Red+Green+Blue) = 255+131+117=503 (66% of max value = 765). Red value is 255 (100% from 255 or 50.70% from 503); Green value is 131 (51.56% from 255 or 26.04% from 503); Blue value is 117 (46.09% from 255 or 23.26% from 503); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8375 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8375 is #007C8A. Grayscale: #A6A6A6. Windows color (decimal): -31883 or 7701503. OLE color: 7701503.

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

Color convert

RGB 255 131 117 -
CMYK 0 0.49 0.54 0
HSL 6.09º 1% 0.73% -
HSV(B) 6.09º 0.54% 1% -
XYZ 52.57 38.78 21.54 -
YUV 166.48 100.08 191.14 -
System Red Green Blue C M Y K H S L
Decimal 255 131 117 0 0.49 0.54 0 6.09 1 0.73
Hex FF 83 75 0 31 36 0 6 64 49
Octal 377 203 165 0 61 66 0 6 144 111
Binary 11111111 10000011 1110101 0 110001 110110 0 110 1100100 1001001

Color Harmonies of #FF8375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8375

Black with #FF8375

Text Example


Text Example

White with #FF8375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8375; }

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

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

background-color css

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

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

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

border-color css

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

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

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