Html Css Color HEX #FF9F74 Light Salmon

📋 copy color: '#FF9F74'

red 255 ◦ green 159 ◦ blue 116

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

Shades of Light Salmon #FF9F74

Tints of Light Salmon #FF9F74

RGB

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

 GREEN value IS 159 (62.5% from 255) = 30%

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

R = 48.11%
G = 30%
B = 21.89%

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

#FF9F74 (or 0xFF9F74) is known color: Light Salmon. HEX triplet: FF, 9F and 74. RGB value is (255,159,116). Sum of RGB (Red+Green+Blue) = 255+159+116=530 (70% of max value = 765). Red value is 255 (100% from 255 or 48.11% from 530); Green value is 159 (62.5% from 255 or 30% from 530); Blue value is 116 (45.70% from 255 or 21.89% from 530); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9F74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9F74 is #00608B. Grayscale: #B7B7B7. Windows color (decimal): -24716 or 7643135. OLE color: 7643135.

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

Color convert

RGB 255 159 116 -
CMYK 0 0.38 0.55 0
HSL 18.56º 1% 0.73% -
HSV(B) 18.56º 0.55% 1% -
XYZ 56.79 47.32 22.66 -
YUV 182.8 90.3 179.5 -
System Red Green Blue C M Y K H S L
Decimal 255 159 116 0 0.38 0.55 0 18.56 1 0.73
Hex FF 9F 74 0 26 37 0 13 64 49
Octal 377 237 164 0 46 67 0 23 144 111
Binary 11111111 10011111 1110100 0 100110 110111 0 10011 1100100 1001001

Color Harmonies of #FF9F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9F74

Black with #FF9F74

Text Example


Text Example

White with #FF9F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9F74; }

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

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

background-color css

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

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

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

border-color css

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

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

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