Html Css Color HEX #FC7672 Salmon

📋 copy color: '#FC7672'

red 252 ◦ green 118 ◦ blue 114

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

Shades of Salmon #FC7672

Tints of Salmon #FC7672

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.38%

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

R = 52.07%
G = 24.38%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FC7672 (or 0xFC7672) is known color: Salmon. HEX triplet: FC, 76 and 72. RGB value is (252,118,114). Sum of RGB (Red+Green+Blue) = 252+118+114=484 (64% of max value = 765). Red value is 252 (98.83% from 255 or 52.07% from 484); Green value is 118 (46.48% from 255 or 24.38% from 484); Blue value is 114 (44.92% from 255 or 23.55% from 484); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7672 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7672 is #03898D. Grayscale: #9D9D9D. Windows color (decimal): -231822 or 7501564. OLE color: 7501564.

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

Color convert

RGB 252 118 114 -
CMYK 0 0.53 0.55 0.01
HSL 1.74º 0.96% 0.72% -
HSV(B) 1.74º 0.55% 0.99% -
XYZ 49.66 34.87 20.03 -
YUV 157.61 103.39 195.33 -
System Red Green Blue C M Y K H S L
Decimal 252 118 114 0 0.53 0.55 0.01 1.74 0.96 0.72
Hex FC 76 72 0 35 37 1 2 60 48
Octal 374 166 162 0 65 67 1 2 140 110
Binary 11111100 1110110 1110010 0 110101 110111 1 10 1100000 1001000

Color Harmonies of #FC7672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7672

Black with #FC7672

Text Example


Text Example

White with #FC7672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7672; }

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

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

background-color css

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

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

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

border-color css

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

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

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