Html Css Color HEX #FA9F7D Light Salmon

📋 copy color: '#FA9F7D'

red 250 ◦ green 159 ◦ blue 125

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

Shades of Light Salmon #FA9F7D

Tints of Light Salmon #FA9F7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 23.41%

R = 46.82%
G = 29.78%
B = 23.41%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#FA9F7D (or 0xFA9F7D) is known color: Light Salmon. HEX triplet: FA, 9F and 7D. RGB value is (250,159,125). Sum of RGB (Red+Green+Blue) = 250+159+125=534 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.82% from 534); Green value is 159 (62.5% from 255 or 29.78% from 534); Blue value is 125 (49.22% from 255 or 23.41% from 534); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9F7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9F7D is #056082. Grayscale: #B6B6B6. Windows color (decimal): -352387 or 8232954. OLE color: 8232954.

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

Color convert

RGB 250 159 125 -
CMYK 0 0.36 0.50 0.02
HSL 16.32º 0.93% 0.74% -
HSV(B) 16.32º 0.5% 0.98% -
XYZ 55.52 46.6 25.47 -
YUV 182.33 95.65 176.26 -
System Red Green Blue C M Y K H S L
Decimal 250 159 125 0 0.36 0.50 0.02 16.32 0.93 0.74
Hex FA 9F 7D 0 24 32 2 10 5D 4A
Octal 372 237 175 0 44 62 2 20 135 112
Binary 11111010 10011111 1111101 0 100100 110010 10 10000 1011101 1001010

Color Harmonies of #FA9F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9F7D

Black with #FA9F7D

Text Example


Text Example

White with #FA9F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9F7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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