Html Css Color HEX #FC826A Salmon

📋 copy color: '#FC826A'

red 252 ◦ green 130 ◦ blue 106

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

Shades of Salmon #FC826A

Tints of Salmon #FC826A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.64%

 BLUE value IS 106 (41.8% from 255) = 21.72%

R = 51.64%
G = 26.64%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FC826A (or 0xFC826A) is known color: Salmon. HEX triplet: FC, 82 and 6A. RGB value is (252,130,106). Sum of RGB (Red+Green+Blue) = 252+130+106=488 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.64% from 488); Green value is 130 (51.17% from 255 or 26.64% from 488); Blue value is 106 (41.80% from 255 or 21.72% from 488); Max value from RGB is 252 - color contains mainly: red. Hex color #FC826A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC826A is #037D95. Grayscale: #A3A3A3. Windows color (decimal): -228758 or 6980348. OLE color: 6980348.

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

Color convert

RGB 252 130 106 -
CMYK 0 0.48 0.58 0.01
HSL 9.86º 0.96% 0.7% -
HSV(B) 9.86º 0.58% 0.99% -
XYZ 50.73 37.7 18.24 -
YUV 163.74 95.42 190.95 -
System Red Green Blue C M Y K H S L
Decimal 252 130 106 0 0.48 0.58 0.01 9.86 0.96 0.7
Hex FC 82 6A 0 30 3A 1 A 60 46
Octal 374 202 152 0 60 72 1 12 140 106
Binary 11111100 10000010 1101010 0 110000 111010 1 1010 1100000 1000110

Color Harmonies of #FC826A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC826A

Black with #FC826A

Text Example


Text Example

White with #FC826A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC826A; }

 p { color: rgb(252,130,106); }

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

background-color css

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

 a { background-color: rgb(252,130,106); }

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

border-color css

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

 span { border-color: rgb(252,130,106); }

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