Html Css Color HEX #FC8264 Salmon

📋 copy color: '#FC8264'

red 252 ◦ green 130 ◦ blue 100

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

Shades of Salmon #FC8264

Tints of Salmon #FC8264

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 20.75%

R = 52.28%
G = 26.97%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FC8264 (or 0xFC8264) is known color: Salmon. HEX triplet: FC, 82 and 64. RGB value is (252,130,100). Sum of RGB (Red+Green+Blue) = 252+130+100=482 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.28% from 482); Green value is 130 (51.17% from 255 or 26.97% from 482); Blue value is 100 (39.45% from 255 or 20.75% from 482); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8264 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8264 is #037D9B. Grayscale: #A3A3A3. Windows color (decimal): -228764 or 6587132. OLE color: 6587132.

HSL color Cylindrical-coordinate representation of color #FC8264: hue angle of 11.84º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FC8264 is Cyan = 0, Magento = 0.48, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 130 100 -
CMYK 0 0.48 0.60 0.01
HSL 11.84º 0.96% 0.69% -
HSV(B) 11.84º 0.6% 0.99% -
XYZ 50.43 37.58 16.65 -
YUV 163.06 92.42 191.44 -
System Red Green Blue C M Y K H S L
Decimal 252 130 100 0 0.48 0.60 0.01 11.84 0.96 0.69
Hex FC 82 64 0 30 3C 1 C 60 45
Octal 374 202 144 0 60 74 1 14 140 105
Binary 11111100 10000010 1100100 0 110000 111100 1 1100 1100000 1000101

Color Harmonies of #FC8264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8264

Black with #FC8264

Text Example


Text Example

White with #FC8264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8264; }

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

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

background-color css

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

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

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

border-color css

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

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

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