Html Css Color HEX #FC8765 Salmon

📋 copy color: '#FC8765'

red 252 ◦ green 135 ◦ blue 101

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

Shades of Salmon #FC8765

Tints of Salmon #FC8765

RGB

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

 GREEN value IS 135 (53.13% from 255) = 27.66%

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

R = 51.64%
G = 27.66%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FC8765 (or 0xFC8765) is known color: Salmon. HEX triplet: FC, 87 and 65. RGB value is (252,135,101). Sum of RGB (Red+Green+Blue) = 252+135+101=488 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.64% from 488); Green value is 135 (53.12% from 255 or 27.66% from 488); Blue value is 101 (39.84% from 255 or 20.70% from 488); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8765 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8765 is #03789A. Grayscale: #A6A6A6. Windows color (decimal): -227483 or 6653948. OLE color: 6653948.

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

Color convert

RGB 252 135 101 -
CMYK 0 0.46 0.60 0.01
HSL 13.51º 0.96% 0.69% -
HSV(B) 13.51º 0.6% 0.99% -
XYZ 51.16 38.96 17.14 -
YUV 166.11 91.26 189.26 -
System Red Green Blue C M Y K H S L
Decimal 252 135 101 0 0.46 0.60 0.01 13.51 0.96 0.69
Hex FC 87 65 0 2E 3C 1 E 60 45
Octal 374 207 145 0 56 74 1 16 140 105
Binary 11111100 10000111 1100101 0 101110 111100 1 1110 1100000 1000101

Color Harmonies of #FC8765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8765

Black with #FC8765

Text Example


Text Example

White with #FC8765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8765; }

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

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

background-color css

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

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

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

border-color css

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

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

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