Html Css Color HEX #FC9F7A Light Salmon

📋 copy color: '#FC9F7A'

red 252 ◦ green 159 ◦ blue 122

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

Shades of Light Salmon #FC9F7A

Tints of Light Salmon #FC9F7A

RGB

 RED value IS 252 (98.83% from 255) = 47.28%

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

 BLUE value IS 122 (48.05% from 255) = 22.89%

R = 47.28%
G = 29.83%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FC9F7A (or 0xFC9F7A) is known color: Light Salmon. HEX triplet: FC, 9F and 7A. RGB value is (252,159,122). Sum of RGB (Red+Green+Blue) = 252+159+122=533 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.28% from 533); Green value is 159 (62.5% from 255 or 29.83% from 533); Blue value is 122 (48.05% from 255 or 22.89% from 533); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9F7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC9F7A is #036085. Grayscale: #B6B6B6. Windows color (decimal): -221318 or 8036348. OLE color: 8036348.

HSL color Cylindrical-coordinate representation of color #FC9F7A: hue angle of 17.08º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FC9F7A is Cyan = 0, Magento = 0.37, Yellow = 0.52 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 159 122 -
CMYK 0 0.37 0.52 0.01
HSL 17.08º 0.96% 0.73% -
HSV(B) 17.08º 0.52% 0.99% -
XYZ 56.06 46.9 24.51 -
YUV 182.59 93.81 177.51 -
System Red Green Blue C M Y K H S L
Decimal 252 159 122 0 0.37 0.52 0.01 17.08 0.96 0.73
Hex FC 9F 7A 0 25 34 1 11 60 49
Octal 374 237 172 0 45 64 1 21 140 111
Binary 11111100 10011111 1111010 0 100101 110100 1 10001 1100000 1001001

Color Harmonies of #FC9F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9F7A

Black with #FC9F7A

Text Example


Text Example

White with #FC9F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9F7A; }

 p { color: rgb(252,159,122); }

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

background-color css

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

 a { background-color: rgb(252,159,122); }

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

border-color css

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

 span { border-color: rgb(252,159,122); }

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