Html Css Color HEX #FC816A Salmon

📋 copy color: '#FC816A'

red 252 ◦ green 129 ◦ blue 106

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

Shades of Salmon #FC816A

Tints of Salmon #FC816A

RGB

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

 GREEN value IS 129 (50.78% from 255) = 26.49%

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

R = 51.75%
G = 26.49%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FC816A (or 0xFC816A) is known color: Salmon. HEX triplet: FC, 81 and 6A. RGB value is (252,129,106). Sum of RGB (Red+Green+Blue) = 252+129+106=487 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.75% from 487); Green value is 129 (50.78% from 255 or 26.49% from 487); Blue value is 106 (41.80% from 255 or 21.77% from 487); Max value from RGB is 252 - color contains mainly: red. Hex color #FC816A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC816A is #037E95. Grayscale: #A3A3A3. Windows color (decimal): -229014 or 6980092. OLE color: 6980092.

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

Color convert

RGB 252 129 106 -
CMYK 0 0.49 0.58 0.01
HSL 9.45º 0.96% 0.7% -
HSV(B) 9.45º 0.58% 0.99% -
XYZ 50.6 37.44 18.19 -
YUV 163.16 95.75 191.37 -
System Red Green Blue C M Y K H S L
Decimal 252 129 106 0 0.49 0.58 0.01 9.45 0.96 0.7
Hex FC 81 6A 0 31 3A 1 9 60 46
Octal 374 201 152 0 61 72 1 11 140 106
Binary 11111100 10000001 1101010 0 110001 111010 1 1001 1100000 1000110

Color Harmonies of #FC816A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC816A

Black with #FC816A

Text Example


Text Example

White with #FC816A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC816A; }

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

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

background-color css

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

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

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

border-color css

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

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

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