Html Css Color HEX #FF9973 Light Salmon

📋 copy color: '#FF9973'

red 255 ◦ green 153 ◦ blue 115

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

Shades of Light Salmon #FF9973

Tints of Light Salmon #FF9973

RGB

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

 GREEN value IS 153 (60.16% from 255) = 29.25%

 BLUE value IS 115 (45.31% from 255) = 21.99%

R = 48.76%
G = 29.25%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.55

 K value IS 0

RGB Variations

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

Color information

#FF9973 (or 0xFF9973) is known color: Light Salmon. HEX triplet: FF, 99 and 73. RGB value is (255,153,115). Sum of RGB (Red+Green+Blue) = 255+153+115=523 (69% of max value = 765). Red value is 255 (100% from 255 or 48.76% from 523); Green value is 153 (60.16% from 255 or 29.25% from 523); Blue value is 115 (45.31% from 255 or 21.99% from 523); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9973 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9973 is #00668C. Grayscale: #B3B3B3. Windows color (decimal): -26253 or 7576063. OLE color: 7576063.

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

Color convert

RGB 255 153 115 -
CMYK 0 0.4 0.55 0
HSL 16.29º 1% 0.73% -
HSV(B) 16.29º 0.55% 1% -
XYZ 55.73 45.28 22.02 -
YUV 179.17 91.79 182.09 -
System Red Green Blue C M Y K H S L
Decimal 255 153 115 0 0.4 0.55 0 16.29 1 0.73
Hex FF 99 73 0 28 37 0 10 64 49
Octal 377 231 163 0 50 67 0 20 144 111
Binary 11111111 10011001 1110011 0 101000 110111 0 10000 1100100 1001001

Color Harmonies of #FF9973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9973

Black with #FF9973

Text Example


Text Example

White with #FF9973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9973; }

 p { color: rgb(255,153,115); }

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

background-color css

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

 a { background-color: rgb(255,153,115); }

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

border-color css

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

 span { border-color: rgb(255,153,115); }

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