Html Css Color HEX #FC8065 Salmon

📋 copy color: '#FC8065'

red 252 ◦ green 128 ◦ blue 101

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

Shades of Salmon #FC8065

Tints of Salmon #FC8065

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.61%

 BLUE value IS 101 (39.84% from 255) = 21%

R = 52.39%
G = 26.61%
B = 21%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FC8065 (or 0xFC8065) is known color: Salmon. HEX triplet: FC, 80 and 65. RGB value is (252,128,101). Sum of RGB (Red+Green+Blue) = 252+128+101=481 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.39% from 481); Green value is 128 (50.39% from 255 or 26.61% from 481); Blue value is 101 (39.84% from 255 or 21.00% from 481); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8065 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8065 is #037F9A. Grayscale: #A2A2A2. Windows color (decimal): -229275 or 6652156. OLE color: 6652156.

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

Color convert

RGB 252 128 101 -
CMYK 0 0.49 0.60 0.01
HSL 10.73º 0.96% 0.69% -
HSV(B) 10.73º 0.6% 0.99% -
XYZ 50.21 37.07 16.82 -
YUV 162 93.58 192.2 -
System Red Green Blue C M Y K H S L
Decimal 252 128 101 0 0.49 0.60 0.01 10.73 0.96 0.69
Hex FC 80 65 0 31 3C 1 B 60 45
Octal 374 200 145 0 61 74 1 13 140 105
Binary 11111100 10000000 1100101 0 110001 111100 1 1011 1100000 1000101

Color Harmonies of #FC8065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8065

Black with #FC8065

Text Example


Text Example

White with #FC8065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8065; }

 p { color: rgb(252,128,101); }

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

background-color css

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

 a { background-color: rgb(252,128,101); }

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

border-color css

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

 span { border-color: rgb(252,128,101); }

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