#FF9C74

Color #FF9C74 Light Salmon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Salmon #FF9C74

Tints of Light Salmon #FF9C74

Color information

#FF9C74 (or 0xFF9C74) is unknown color: approx Light Salmon. HEX triplet: FF, 9C and 74. RGB value is (255,156,116). Sum of RGB (Red+Green+Blue) = 255+156+116=527 (69% of max value = 765). Red value is 255 (100% from 255 or 48.39% from 527); Green value is 156 (61.33% from 255 or 29.60% from 527); Blue value is 116 (45.70% from 255 or 22.01% from 527); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9C74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9C74 is #00638B. Grayscale: #B5B5B5. Windows color (decimal): -25484 or 7642367. OLE color: 7642367.

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

Color convert

RGB255156116-
CMYK00.390.550
HSL17.27º100%72.75%-
HSV(B)17.27º54.51%100%-
XYZ56.2846.322.49-
YUV181.0491.3180.75-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.39%
GREEN value IS 156 (61.33% from 255) = 29.60%
BLUE value IS 116 (45.70% from 255) = 22.01%
R=48.39%
G=29.60%
B=22.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.55
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515611600.390.55017.2710072.75
HexFF9C74027370116449
Octal37723416404767021144111
Binary11111111100111001110100010011111011101000111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9C74; }

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

 H1.HeaderClassName
 {
   color: #FF9C74;
 }
 .AnyTagClassName
 {
   color: #FF9C74;
 }
</style>
background-color css

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

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

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

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

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

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