Html Css Color HEX #FF9F7B Light Salmon

📋 copy color: '#FF9F7B'

red 255 ◦ green 159 ◦ blue 123

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

Shades of Light Salmon #FF9F7B

Tints of Light Salmon #FF9F7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 22.91%

R = 47.49%
G = 29.61%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.52

 K value IS 0

RGB Variations

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

Color information

#FF9F7B (or 0xFF9F7B) is known color: Light Salmon. HEX triplet: FF, 9F and 7B. RGB value is (255,159,123). Sum of RGB (Red+Green+Blue) = 255+159+123=537 (71% of max value = 765). Red value is 255 (100% from 255 or 47.49% from 537); Green value is 159 (62.5% from 255 or 29.61% from 537); Blue value is 123 (48.44% from 255 or 22.91% from 537); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9F7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9F7B is #006084. Grayscale: #B7B7B7. Windows color (decimal): -24709 or 8101887. OLE color: 8101887.

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

Color convert

RGB 255 159 123 -
CMYK 0 0.38 0.52 0
HSL 16.36º 1% 0.74% -
HSV(B) 16.36º 0.52% 1% -
XYZ 57.21 47.49 24.89 -
YUV 183.6 93.8 178.93 -
System Red Green Blue C M Y K H S L
Decimal 255 159 123 0 0.38 0.52 0 16.36 1 0.74
Hex FF 9F 7B 0 26 34 0 10 64 4A
Octal 377 237 173 0 46 64 0 20 144 112
Binary 11111111 10011111 1111011 0 100110 110100 0 10000 1100100 1001010

Color Harmonies of #FF9F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9F7B

Black with #FF9F7B

Text Example


Text Example

White with #FF9F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9F7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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