Html Css Color HEX #FF9B76 Light Salmon

📋 copy color: '#FF9B76'

red 255 ◦ green 155 ◦ blue 118

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

Shades of Light Salmon #FF9B76

Tints of Light Salmon #FF9B76

RGB

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

 GREEN value IS 155 (60.94% from 255) = 29.36%

 BLUE value IS 118 (46.48% from 255) = 22.35%

R = 48.3%
G = 29.36%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.54

 K value IS 0

RGB Variations

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

Color information

#FF9B76 (or 0xFF9B76) is known color: Light Salmon. HEX triplet: FF, 9B and 76. RGB value is (255,155,118). Sum of RGB (Red+Green+Blue) = 255+155+118=528 (69% of max value = 765). Red value is 255 (100% from 255 or 48.30% from 528); Green value is 155 (60.94% from 255 or 29.36% from 528); Blue value is 118 (46.48% from 255 or 22.35% from 528); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9B76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9B76 is #006489. Grayscale: #B4B4B4. Windows color (decimal): -25738 or 7773183. OLE color: 7773183.

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

Color convert

RGB 255 155 118 -
CMYK 0 0.39 0.54 0
HSL 16.2º 1% 0.73% -
HSV(B) 16.2º 0.54% 1% -
XYZ 56.23 46.01 23.06 -
YUV 180.68 92.63 181.01 -
System Red Green Blue C M Y K H S L
Decimal 255 155 118 0 0.39 0.54 0 16.2 1 0.73
Hex FF 9B 76 0 27 36 0 10 64 49
Octal 377 233 166 0 47 66 0 20 144 111
Binary 11111111 10011011 1110110 0 100111 110110 0 10000 1100100 1001001

Color Harmonies of #FF9B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9B76

Black with #FF9B76

Text Example


Text Example

White with #FF9B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9B76; }

 p { color: rgb(255,155,118); }

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

background-color css

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

 a { background-color: rgb(255,155,118); }

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

border-color css

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

 span { border-color: rgb(255,155,118); }

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