Html Css Color HEX #FA9F7F Light Salmon

📋 copy color: '#FA9F7F'

red 250 ◦ green 159 ◦ blue 127

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

Shades of Light Salmon #FA9F7F

Tints of Light Salmon #FA9F7F

RGB

 RED value IS 250 (98.05% from 255) = 46.64%

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

 BLUE value IS 127 (50% from 255) = 23.69%

R = 46.64%
G = 29.66%
B = 23.69%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FA9F7F (or 0xFA9F7F) is known color: Light Salmon. HEX triplet: FA, 9F and 7F. RGB value is (250,159,127). Sum of RGB (Red+Green+Blue) = 250+159+127=536 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.64% from 536); Green value is 159 (62.5% from 255 or 29.66% from 536); Blue value is 127 (50% from 255 or 23.69% from 536); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9F7F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9F7F is #056080. Grayscale: #B6B6B6. Windows color (decimal): -352385 or 8364026. OLE color: 8364026.

HSL color Cylindrical-coordinate representation of color #FA9F7F: hue angle of 15.61º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FA9F7F is Cyan = 0, Magento = 0.36, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 159 127 -
CMYK 0 0.36 0.49 0.02
HSL 15.61º 0.92% 0.74% -
HSV(B) 15.61º 0.49% 0.98% -
XYZ 55.65 46.65 26.15 -
YUV 182.56 96.65 176.1 -
System Red Green Blue C M Y K H S L
Decimal 250 159 127 0 0.36 0.49 0.02 15.61 0.92 0.74
Hex FA 9F 7F 0 24 31 2 10 5C 4A
Octal 372 237 177 0 44 61 2 20 134 112
Binary 11111010 10011111 1111111 0 100100 110001 10 10000 1011100 1001010

Color Harmonies of #FA9F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9F7F

Black with #FA9F7F

Text Example


Text Example

White with #FA9F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9F7F; }

 p { color: rgb(250,159,127); }

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

background-color css

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

 a { background-color: rgb(250,159,127); }

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

border-color css

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

 span { border-color: rgb(250,159,127); }

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