Html Css Color HEX #FF9675 Light Salmon

📋 copy color: '#FF9675'

red 255 ◦ green 150 ◦ blue 117

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

Shades of Light Salmon #FF9675

Tints of Light Salmon #FF9675

RGB

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

 GREEN value IS 150 (58.98% from 255) = 28.74%

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

R = 48.85%
G = 28.74%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.54

 K value IS 0

RGB Variations

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

Color information

#FF9675 (or 0xFF9675) is known color: Light Salmon. HEX triplet: FF, 96 and 75. RGB value is (255,150,117). Sum of RGB (Red+Green+Blue) = 255+150+117=522 (69% of max value = 765). Red value is 255 (100% from 255 or 48.85% from 522); Green value is 150 (58.98% from 255 or 28.74% from 522); Blue value is 117 (46.09% from 255 or 22.41% from 522); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9675 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9675 is #00698A. Grayscale: #B1B1B1. Windows color (decimal): -27019 or 7706367. OLE color: 7706367.

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

Color convert

RGB 255 150 117 -
CMYK 0 0.41 0.54 0
HSL 14.35º 1% 0.73% -
HSV(B) 14.35º 0.54% 1% -
XYZ 55.36 44.36 22.47 -
YUV 177.63 93.79 183.18 -
System Red Green Blue C M Y K H S L
Decimal 255 150 117 0 0.41 0.54 0 14.35 1 0.73
Hex FF 96 75 0 29 36 0 E 64 49
Octal 377 226 165 0 51 66 0 16 144 111
Binary 11111111 10010110 1110101 0 101001 110110 0 1110 1100100 1001001

Color Harmonies of #FF9675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9675

Black with #FF9675

Text Example


Text Example

White with #FF9675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9675; }

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

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

background-color css

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

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

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

border-color css

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

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

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