Html Css Color HEX #FC7D69 Salmon

📋 copy color: '#FC7D69'

red 252 ◦ green 125 ◦ blue 105

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

Shades of Salmon #FC7D69

Tints of Salmon #FC7D69

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25.93%

 BLUE value IS 105 (41.41% from 255) = 21.78%

R = 52.28%
G = 25.93%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FC7D69 (or 0xFC7D69) is known color: Salmon. HEX triplet: FC, 7D and 69. RGB value is (252,125,105). Sum of RGB (Red+Green+Blue) = 252+125+105=482 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.28% from 482); Green value is 125 (49.22% from 255 or 25.93% from 482); Blue value is 105 (41.41% from 255 or 21.78% from 482); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7D69 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7D69 is #038296. Grayscale: #A0A0A0. Windows color (decimal): -230039 or 6913532. OLE color: 6913532.

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

Color convert

RGB 252 125 105 -
CMYK 0 0.50 0.58 0.01
HSL 8.16º 0.96% 0.7% -
HSV(B) 8.16º 0.58% 0.99% -
XYZ 50.03 36.38 17.75 -
YUV 160.69 96.58 193.13 -
System Red Green Blue C M Y K H S L
Decimal 252 125 105 0 0.50 0.58 0.01 8.16 0.96 0.7
Hex FC 7D 69 0 32 3A 1 8 60 46
Octal 374 175 151 0 62 72 1 10 140 106
Binary 11111100 1111101 1101001 0 110010 111010 1 1000 1100000 1000110

Color Harmonies of #FC7D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7D69

Black with #FC7D69

Text Example


Text Example

White with #FC7D69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7D69; }

 p { color: rgb(252,125,105); }

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

background-color css

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

 a { background-color: rgb(252,125,105); }

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

border-color css

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

 span { border-color: rgb(252,125,105); }

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