Html Css Color HEX #FC8872 Salmon

📋 copy color: '#FC8872'

red 252 ◦ green 136 ◦ blue 114

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

Shades of Salmon #FC8872

Tints of Salmon #FC8872

RGB

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

 GREEN value IS 136 (53.52% from 255) = 27.09%

 BLUE value IS 114 (44.92% from 255) = 22.71%

R = 50.2%
G = 27.09%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FC8872 (or 0xFC8872) is known color: Salmon. HEX triplet: FC, 88 and 72. RGB value is (252,136,114). Sum of RGB (Red+Green+Blue) = 252+136+114=502 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.20% from 502); Green value is 136 (53.52% from 255 or 27.09% from 502); Blue value is 114 (44.92% from 255 or 22.71% from 502); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8872 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8872 is #03778D. Grayscale: #A8A8A8. Windows color (decimal): -227214 or 7506172. OLE color: 7506172.

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

Color convert

RGB 252 136 114 -
CMYK 0 0.46 0.55 0.01
HSL 9.57º 0.96% 0.72% -
HSV(B) 9.57º 0.55% 0.99% -
XYZ 51.99 39.52 20.81 -
YUV 168.18 97.43 187.79 -
System Red Green Blue C M Y K H S L
Decimal 252 136 114 0 0.46 0.55 0.01 9.57 0.96 0.72
Hex FC 88 72 0 2E 37 1 A 60 48
Octal 374 210 162 0 56 67 1 12 140 110
Binary 11111100 10001000 1110010 0 101110 110111 1 1010 1100000 1001000

Color Harmonies of #FC8872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8872

Black with #FC8872

Text Example


Text Example

White with #FC8872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8872; }

 p { color: rgb(252,136,114); }

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

background-color css

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

 a { background-color: rgb(252,136,114); }

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

border-color css

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

 span { border-color: rgb(252,136,114); }

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