Html Css Color HEX #FC8568 Salmon

📋 copy color: '#FC8568'

red 252 ◦ green 133 ◦ blue 104

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

Shades of Salmon #FC8568

Tints of Salmon #FC8568

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.2%

 BLUE value IS 104 (41.02% from 255) = 21.27%

R = 51.53%
G = 27.2%
B = 21.27%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.59

 K value IS 0.01

RGB Variations

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

Color information

#FC8568 (or 0xFC8568) is known color: Salmon. HEX triplet: FC, 85 and 68. RGB value is (252,133,104). Sum of RGB (Red+Green+Blue) = 252+133+104=489 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.53% from 489); Green value is 133 (52.34% from 255 or 27.20% from 489); Blue value is 104 (41.02% from 255 or 21.27% from 489); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8568 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8568 is #037A97. Grayscale: #A5A5A5. Windows color (decimal): -227992 or 6850044. OLE color: 6850044.

HSL color Cylindrical-coordinate representation of color #FC8568: hue angle of 11.76º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FC8568 is Cyan = 0, Magento = 0.47, Yellow = 0.59 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 133 104 -
CMYK 0 0.47 0.59 0.01
HSL 11.76º 0.96% 0.7% -
HSV(B) 11.76º 0.59% 0.99% -
XYZ 51.03 38.47 17.83 -
YUV 165.28 93.42 189.86 -
System Red Green Blue C M Y K H S L
Decimal 252 133 104 0 0.47 0.59 0.01 11.76 0.96 0.7
Hex FC 85 68 0 2F 3B 1 C 60 46
Octal 374 205 150 0 57 73 1 14 140 106
Binary 11111100 10000101 1101000 0 101111 111011 1 1100 1100000 1000110

Color Harmonies of #FC8568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8568

Black with #FC8568

Text Example


Text Example

White with #FC8568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8568; }

 p { color: rgb(252,133,104); }

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

background-color css

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

 a { background-color: rgb(252,133,104); }

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

border-color css

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

 span { border-color: rgb(252,133,104); }

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