Html Css Color HEX #FC8874 Salmon

📋 copy color: '#FC8874'

red 252 ◦ green 136 ◦ blue 116

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

Shades of Salmon #FC8874

Tints of Salmon #FC8874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.02%

R = 50%
G = 26.98%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FC8874 (or 0xFC8874) is known color: Salmon. HEX triplet: FC, 88 and 74. RGB value is (252,136,116). Sum of RGB (Red+Green+Blue) = 252+136+116=504 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50% from 504); Green value is 136 (53.52% from 255 or 26.98% from 504); Blue value is 116 (45.70% from 255 or 23.02% from 504); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8874 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8874 is #03778B. Grayscale: #A8A8A8. Windows color (decimal): -227212 or 7637244. OLE color: 7637244.

HSL color Cylindrical-coordinate representation of color #FC8874: hue angle of 8.82º 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 #FC8874 is Cyan = 0, Magento = 0.46, Yellow = 0.54 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 136 116 -
CMYK 0 0.46 0.54 0.01
HSL 8.82º 0.96% 0.72% -
HSV(B) 8.82º 0.54% 0.99% -
XYZ 52.1 39.56 21.41 -
YUV 168.4 98.43 187.63 -
System Red Green Blue C M Y K H S L
Decimal 252 136 116 0 0.46 0.54 0.01 8.82 0.96 0.72
Hex FC 88 74 0 2E 36 1 9 60 48
Octal 374 210 164 0 56 66 1 11 140 110
Binary 11111100 10001000 1110100 0 101110 110110 1 1001 1100000 1001000

Color Harmonies of #FC8874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8874

Black with #FC8874

Text Example


Text Example

White with #FC8874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8874; }

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

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

background-color css

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

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

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

border-color css

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

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

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