Html Css Color HEX #FF9D74 Light Salmon

📋 copy color: '#FF9D74'

red 255 ◦ green 157 ◦ blue 116

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

Shades of Light Salmon #FF9D74

Tints of Light Salmon #FF9D74

RGB

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

 GREEN value IS 157 (61.72% from 255) = 29.73%

 BLUE value IS 116 (45.7% from 255) = 21.97%

R = 48.3%
G = 29.73%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.55

 K value IS 0

RGB Variations

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

Color information

#FF9D74 (or 0xFF9D74) is known color: Light Salmon. HEX triplet: FF, 9D and 74. RGB value is (255,157,116). Sum of RGB (Red+Green+Blue) = 255+157+116=528 (69% of max value = 765). Red value is 255 (100% from 255 or 48.30% from 528); Green value is 157 (61.72% from 255 or 29.73% from 528); Blue value is 116 (45.70% from 255 or 21.97% from 528); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9D74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9D74 is #00628B. Grayscale: #B5B5B5. Windows color (decimal): -25228 or 7642623. OLE color: 7642623.

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

Color convert

RGB 255 157 116 -
CMYK 0 0.38 0.55 0
HSL 17.7º 1% 0.73% -
HSV(B) 17.7º 0.55% 1% -
XYZ 56.45 46.63 22.55 -
YUV 181.63 90.97 180.33 -
System Red Green Blue C M Y K H S L
Decimal 255 157 116 0 0.38 0.55 0 17.7 1 0.73
Hex FF 9D 74 0 26 37 0 12 64 49
Octal 377 235 164 0 46 67 0 22 144 111
Binary 11111111 10011101 1110100 0 100110 110111 0 10010 1100100 1001001

Color Harmonies of #FF9D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9D74

Black with #FF9D74

Text Example


Text Example

White with #FF9D74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9D74; }

 p { color: rgb(255,157,116); }

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

background-color css

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

 a { background-color: rgb(255,157,116); }

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

border-color css

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

 span { border-color: rgb(255,157,116); }

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