Html Css Color HEX #FC9875 Light Salmon

📋 copy color: '#FC9875'

red 252 ◦ green 152 ◦ blue 117

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

Shades of Light Salmon #FC9875

Tints of Light Salmon #FC9875

RGB

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

 GREEN value IS 152 (59.77% from 255) = 29.17%

 BLUE value IS 117 (46.09% from 255) = 22.46%

R = 48.37%
G = 29.17%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FC9875 (or 0xFC9875) is known color: Light Salmon. HEX triplet: FC, 98 and 75. RGB value is (252,152,117). Sum of RGB (Red+Green+Blue) = 252+152+117=521 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.37% from 521); Green value is 152 (59.77% from 255 or 29.17% from 521); Blue value is 117 (46.09% from 255 or 22.46% from 521); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9875 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC9875 is #03678A. Grayscale: #B2B2B2. Windows color (decimal): -223115 or 7706876. OLE color: 7706876.

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

Color convert

RGB 252 152 117 -
CMYK 0 0.40 0.54 0.01
HSL 15.56º 0.96% 0.72% -
HSV(B) 15.56º 0.54% 0.99% -
XYZ 54.58 44.44 22.53 -
YUV 177.91 93.63 180.85 -
System Red Green Blue C M Y K H S L
Decimal 252 152 117 0 0.40 0.54 0.01 15.56 0.96 0.72
Hex FC 98 75 0 28 36 1 10 60 48
Octal 374 230 165 0 50 66 1 20 140 110
Binary 11111100 10011000 1110101 0 101000 110110 1 10000 1100000 1001000

Color Harmonies of #FC9875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9875

Black with #FC9875

Text Example


Text Example

White with #FC9875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9875; }

 p { color: rgb(252,152,117); }

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

background-color css

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

 a { background-color: rgb(252,152,117); }

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

border-color css

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

 span { border-color: rgb(252,152,117); }

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